mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Add mentions unread counter.
This commit is contained in:
committed by
Greyson Parrelli
parent
3c90dfa660
commit
06eadd0c15
@@ -249,11 +249,6 @@ public class DefaultMessageNotifier implements MessageNotifier {
|
||||
|
||||
ThreadDatabase threads = DatabaseFactory.getThreadDatabase(context);
|
||||
|
||||
if (isVisible) {
|
||||
List<MarkedMessageInfo> messageIds = threads.setRead(threadId, false);
|
||||
MarkReadReceiver.process(context, messageIds);
|
||||
}
|
||||
|
||||
if (!TextSecurePreferences.isNotificationsEnabled(context)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user