mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-10 01:43:16 +00:00
fix notifications don't disappear after a conversation is read
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user