Skip to content

Commit 6220b34

Browse files
committed
Fix dulplicated close event
1 parent 122887e commit 6220b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Core/ProgressBoxEx.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public async Task CloseAsync()
7070
if (!Application.Current.Dispatcher.CheckAccess())
7171
{
7272
await Application.Current.Dispatcher.InvokeAsync(Close);
73+
return;
7374
}
7475

7576
Close();

0 commit comments

Comments
 (0)