kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
8d82033855
commit
d0e852f19f
|
@ -89,6 +89,8 @@ public class PushMediaSendJob extends PushSendJob implements InjectableType {
|
|||
@Override
|
||||
public boolean onShouldRetryThrowable(Exception exception) {
|
||||
if (exception instanceof RequirementNotMetException) return true;
|
||||
if (exception instanceof RetryLaterException) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue