Fix desktop double notification bug.

There were situations where we were posting two notifications for messages
when you had an 'active desktop'. This removes that.
pull/1/head
Greyson Parrelli 6 years ago
parent 86e4221182
commit f15fb904bf

@ -531,8 +531,6 @@ public class MessageNotifier {
@Override
public void run() {
MessageNotifier.updateNotification(context);
long delayMillis = delayUntil - System.currentTimeMillis();
Log.i(TAG, "Waiting to notify: " + delayMillis);

Loading…
Cancel
Save