mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Small improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user