Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onCreateDialog
Method · 0.95
onCreateDialog
Method · 0.95
onTts
Method · 0.95
Calls
2
delegate
Method · 0.95
e
Method · 0.95
Tested by
no test coverage detected