Merge pull request #355 from RyanRory/notification-disappear

Fix Notifications Not Disappearing After a Conversation is Read
This commit is contained in:
Niels Andriesse 2020-09-25 14:21:18 +10:00 committed by GitHub
commit afb7c999f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2278,7 +2278,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
} else { } else {
MarkReadReceiver.process(context, messageIds); MarkReadReceiver.process(context, messageIds);
} }
ApplicationContext.getInstance(context).messageNotifier.updateNotification(context);
return null; return null;
} }
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, threadId); }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, threadId);