mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 09:18:27 +00:00
Merge pull request #355 from RyanRory/notification-disappear
Fix Notifications Not Disappearing After a Conversation is Read
This commit is contained in:
commit
afb7c999f6
@ -2278,7 +2278,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
} else {
|
||||
MarkReadReceiver.process(context, messageIds);
|
||||
}
|
||||
|
||||
ApplicationContext.getInstance(context).messageNotifier.updateNotification(context);
|
||||
return null;
|
||||
}
|
||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, threadId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user