mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix call position
This commit is contained in:
parent
2b08ad65a0
commit
0c162b1cbe
1 changed files with 3 additions and 3 deletions
|
|
@ -166,11 +166,11 @@ public abstract class FirefoxBookmarkLoaderBase : IBookmarkLoader
|
|||
{
|
||||
Log.Exception($"Failed to extract Firefox favicon: {bookmark.Url}", ex);
|
||||
}
|
||||
|
||||
// https://github.com/dotnet/efcore/issues/26580
|
||||
SqliteConnection.ClearPool(connection);
|
||||
}
|
||||
|
||||
// https://github.com/dotnet/efcore/issues/26580
|
||||
SqliteConnection.ClearPool(connection);
|
||||
|
||||
// Delete temporary file
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue