Skip to content

Commit 756e8bb

Browse files
committed
Properly reload the selected conversation when reselecting
1 parent 88589fa commit 756e8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Signal-Windows/ViewModels/MainPageViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public void TrySelectConversation(string conversationId)
168168
{
169169
if (conversationId != null && ConversationsDictionary.ContainsKey(conversationId))
170170
{
171+
SelectedThread = null;
171172
SelectedConversation = ConversationsDictionary[conversationId];
172173
}
173174
}

0 commit comments

Comments
 (0)