mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-13 08:27:40 +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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user