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 0938b7a commit fb23fa8Copy full SHA for fb23fa8
Signal-Windows/App.xaml.cs
@@ -111,7 +111,7 @@ await Views[currentId].Dispatcher.RunTaskAsync(() =>
111
Logger.LogInformation("OnActivated() selecting conversation");
112
Views[currentId].Locator.MainPageInstance.TrySelectConversation(requestedConversation);
113
});
114
- await ApplicationViewSwitcher.TryShowAsStandaloneAsync(currentId);
+ await viewSwitcherProvider.ViewSwitcher.ShowAsStandaloneAsync(currentId);
115
}
116
else
117
{
0 commit comments