mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Revert "LanguageTool: use HttpStatusException"
This reverts commit ea9c2cd2e5.
This commit is contained in:
@@ -3018,7 +3018,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
if (!silent) {
|
||||
Throwable exex = new Throwable("LanguageTool", ex);
|
||||
Log.unexpectedError(getParentFragmentManager(), exex, !(ex instanceof IOException));
|
||||
Log.unexpectedError(getParentFragmentManager(), exex, false);
|
||||
}
|
||||
}
|
||||
}.execute(this, args, "compose:lt");
|
||||
|
||||
Reference in New Issue
Block a user