Small improvements

This commit is contained in:
M66B
2023-12-06 17:06:46 +01:00
parent 4d86ea2b2c
commit 757181958b
23 changed files with 134 additions and 137 deletions

View File

@@ -446,8 +446,8 @@ public class FragmentDialogPrint extends FragmentDialogBase {
ex = new Throwable("A system app or component required for printing is missing." +
" Is the print spooler still enabled?", ex);
Log.unexpectedError(fm, ex, report);
} catch (IllegalStateException exex) {
ToastEx.makeText(context, Log.formatThrowable(ex), Toast.LENGTH_LONG).show();
} catch (Throwable exex) {
Log.e(exex);
}
} finally {
printWebView = null;