Skip to content

Commit fb23fa8

Browse files
committed
properly switch to formerly suspended windows
1 parent 0938b7a commit fb23fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal-Windows/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ await Views[currentId].Dispatcher.RunTaskAsync(() =>
111111
Logger.LogInformation("OnActivated() selecting conversation");
112112
Views[currentId].Locator.MainPageInstance.TrySelectConversation(requestedConversation);
113113
});
114-
await ApplicationViewSwitcher.TryShowAsStandaloneAsync(currentId);
114+
await viewSwitcherProvider.ViewSwitcher.ShowAsStandaloneAsync(currentId);
115115
}
116116
else
117117
{

0 commit comments

Comments
 (0)