Revert "LanguageTool: use HttpStatusException"

This reverts commit ea9c2cd2e5.
This commit is contained in:
M66B
2023-11-12 21:04:20 +01:00
parent 7cf9b1904b
commit 433d18fc7d
3 changed files with 3 additions and 5 deletions

View File

@@ -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");