Merge pull request #355 from RyanRory/notification-disappear

Fix Notifications Not Disappearing After a Conversation is Read
pull/357/head
Niels Andriesse 5 years ago committed by GitHub
commit afb7c999f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save