mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 00:37:47 +00:00
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.
This commit is contained in:
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…
x
Reference in New Issue
Block a user