mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-10 08:03:50 +00:00
We need to disable this until push notifications contain more info
This could be a sync message, delivery receipt, or some other message that isn't user-visible. The push notification content would need to indicate whether that's the case in order to be able to accurately display a notification // FREEBIE
This commit is contained in:
@@ -51,6 +51,6 @@ public class PushNotificationReceiveJob extends PushReceivedJob implements Injec
|
||||
@Override
|
||||
public void onCanceled() {
|
||||
Log.w(TAG, "***** Failed to download pending message!");
|
||||
MessageNotifier.notifyMessagesPending(getContext());
|
||||
// MessageNotifier.notifyMessagesPending(getContext());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user