mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Fix messages not marked as read in split pane mode.
This commit is contained in:
committed by
jeffrey-signal
parent
be920148e7
commit
35cf24b577
@@ -775,7 +775,7 @@ class ConversationFragment :
|
||||
ConversationUtil.refreshRecipientShortcuts()
|
||||
|
||||
if (!args.conversationScreenType.isInBubble) {
|
||||
AppDependencies.messageNotifier.clearVisibleThread()
|
||||
AppDependencies.messageNotifier.clearVisibleThread(ConversationId.forConversation(args.threadId))
|
||||
} else {
|
||||
AppDependencies.messageNotifier.clearVisibleBubbleThread()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user