Skip to content

Commit 5b5cac6

Browse files
committed
Fix lock issue
1 parent e442f36 commit 5b5cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ uint dwmsEventTime
331331
{
332332
// Check if we have already switched for this dialog
333333
bool alreadySwitched;
334-
lock (_dialogWindowHandleLock)
334+
lock (_autoSwitchedDialogsLock)
335335
{
336336
alreadySwitched = _autoSwitchedDialogs.Contains(hwnd);
337337
}

0 commit comments

Comments
 (0)