mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 15:11:42 +01:00
Better handling of push timeouts during registration.
This commit is contained in:
@@ -67,10 +67,6 @@ public abstract class ServiceResponseProcessor<T> {
|
||||
return response.getStatus() == 401 || response.getStatus() == 403;
|
||||
}
|
||||
|
||||
protected boolean captchaRequired() {
|
||||
return response.getStatus() == 402;
|
||||
}
|
||||
|
||||
protected boolean notFound() {
|
||||
return response.getStatus() == 404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user