Fix improper notifications when delaying for linked device activity.

This commit is contained in:
Cody Henthorne
2024-01-03 11:10:16 -05:00
committed by Clark Chen
parent 549ef9dabc
commit 3fa3b93c85
8 changed files with 16 additions and 61 deletions

View File

@@ -120,7 +120,7 @@ public final class BubbleUtil {
.orElse(null);
if (activeThreadNotification != null && activeThreadNotification.deleteIntent != null) {
ApplicationDependencies.getMessageNotifier().updateNotification(context, conversationId, BubbleState.SHOWN);
ApplicationDependencies.getMessageNotifier().forceBubbleNotification(context, conversationId);
} else {
Recipient recipient = Recipient.resolved(recipientId);
NotificationFactory.notifyToBubbleConversation(context, recipient, threadId);