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

Method onClick

app/src/main/java/eu/faircode/email/NavMenuItem.java:118–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 void onClick() {
119 try {
120 click.run();
121 } catch (Throwable ex) {
122 Log.e(ex);
123 }
124 }
125
126 boolean onLongClick() {
127 try {

Callers 1

onClickMethod · 0.95

Calls 2

eMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected