mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 17:18:26 +00:00
fix notifications don't disappear after a conversation is read
This commit is contained in:
parent
2c173a963d
commit
9e16b84763
@ -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