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

Method run

app/src/main/java/eu/faircode/email/RunnableEx.java:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 @Override
30 public void run() {
31 try {
32 delegate();
33 } catch (Throwable ex) {
34 Log.e(ex);
35 }
36 }
37
38 protected abstract void delegate();
39}

Callers 3

onCreateDialogMethod · 0.95
onCreateDialogMethod · 0.95
onTtsMethod · 0.95

Calls 2

delegateMethod · 0.95
eMethod · 0.95

Tested by

no test coverage detected