mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 08:03:39 +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 {
|
} 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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user