mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Fix improper notifications when delaying for linked device activity.
This commit is contained in:
committed by
Clark Chen
parent
549ef9dabc
commit
3fa3b93c85
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user