fix notifications don't disappear after a conversation is read

This commit is contained in:
Ryan ZHAO 2020-09-25 10:55:13 +10:00
parent 2c173a963d
commit 9e16b84763

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);