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.
master
Greyson Parrelli 2018-10-29 12:59:42 -07:00
parent 86e4221182
commit f15fb904bf
1 changed files with 0 additions and 2 deletions

View File

@ -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);