mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:58:25 +00:00
Log retrieve exception.
// FREEBIE
This commit is contained in:
parent
05894827c1
commit
26bcb590a7
@ -43,6 +43,7 @@ public class PushNotificationReceiveJob extends PushReceivedJob implements Injec
|
||||
|
||||
@Override
|
||||
public boolean onShouldRetry(Exception e) {
|
||||
Log.w(TAG, e);
|
||||
return e instanceof PushNetworkException;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user