We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c8d10 + c778199 commit eb54292Copy full SHA for eb54292
app/src/main/java/it/niedermann/owncloud/notes/exception/tips/TipsAdapter.java
@@ -96,6 +96,10 @@ public void setThrowables(@NonNull List<Throwable> throwables) {
96
add(R.string.error_dialog_server_app_enabled);
97
add(R.string.error_dialog_redirect);
98
}
99
+ case 404 -> {
100
+ add(R.string.error_dialog_server_app_enabled);
101
+ add(R.string.error_dialog_check_server);
102
+ }
103
case 500 -> add(R.string.error_dialog_check_server_logs);
104
case 503 -> add(R.string.error_dialog_check_maintenance);
105
case 507 -> add(R.string.error_dialog_insufficient_storage);
0 commit comments