We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b883e06 commit bd08fe5Copy full SHA for bd08fe5
Signal-Windows/Views/MainPage.xaml.cs
@@ -85,9 +85,9 @@ protected override void OnNavigatedTo(NavigationEventArgs e)
85
UpdateLayout();
86
SwitchToStyle(GetCurrentViewStyle());
87
MainPanel.DisplayMode = SplitViewDisplayMode.CompactInline;
88
- if (e.Parameter != null)
+ if (Vm.RequestedConversationId != null && Vm.RequestedConversationId != "")
89
{
90
- Vm.SelectConversation((string) e.Parameter);
+ Vm.SelectConversation(Vm.RequestedConversationId);
91
}
92
else if (Vm.SelectedThread != null)
93
0 commit comments