MCPcopy Create free account
hub / github.com/M66B/FairEmail / onException

Method onException

app/src/main/java/eu/faircode/email/Shortcuts.java:165–168  ·  view source on GitHub ↗
(Bundle args, Throwable ex)

Source from the content-addressed store, hash-verified

163 }
164
165 @Override
166 protected void onException(Bundle args, Throwable ex) {
167 ToastEx.makeText(context, Log.formatThrowable(ex, false), Toast.LENGTH_LONG).show();
168 }
169 }.execute(context, owner, new Bundle(), "shortcuts:update");
170 }
171

Callers

nothing calls this directly

Calls 3

makeTextMethod · 0.95
formatThrowableMethod · 0.95
showMethod · 0.45

Tested by

no test coverage detected