We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e442f36 commit 5b5cac6Copy full SHA for 5b5cac6
Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs
@@ -331,7 +331,7 @@ uint dwmsEventTime
331
{
332
// Check if we have already switched for this dialog
333
bool alreadySwitched;
334
- lock (_dialogWindowHandleLock)
+ lock (_autoSwitchedDialogsLock)
335
336
alreadySwitched = _autoSwitchedDialogs.Contains(hwnd);
337
}
0 commit comments