Skip to content

Commit 8ef4684

Browse files
committed
Fix return issue
1 parent 3808418 commit 8ef4684

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,6 @@ private static IQuickSwitchDialogWindow GetDialogWindow(HWND hwnd)
746746
_quickSwitchDialogs[dialog] = dialogWindow;
747747
return dialogWindow;
748748
}
749-
750-
return dialogWindow;
751749
}
752750

753751
return null;

0 commit comments

Comments
 (0)