mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
code shortening after rebase
This commit is contained in:
parent
72aff4c622
commit
0384769f2a
1 changed files with 1 additions and 4 deletions
|
@ -313,9 +313,6 @@ public class ErrorMessageAdapter {
|
|||
return code == ResultCode.WRONG_CONNECTION ||
|
||||
code == ResultCode.TIMEOUT ||
|
||||
code == ResultCode.HOST_NOT_AVAILABLE ||
|
||||
code == ResultCode.MAINTENANCE_MODE) {
|
||||
return true;
|
||||
} else
|
||||
return false;
|
||||
code == ResultCode.MAINTENANCE_MODE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue