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

Method run

app/src/main/java/eu/faircode/email/FragmentGmail.java:296–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294
295 getMainHandler().post(new Runnable() {
296 @Override
297 public void run() {
298 if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
299 return;
300 etName.requestFocus();
301 }
302 });
303 }
304

Callers

nothing calls this directly

Calls 14

iMethod · 0.95
onAuthorizedMethod · 0.95
eMethod · 0.95
formatThrowableMethod · 0.95
getResultMethod · 0.65
getMessageMethod · 0.65
setTextMethod · 0.65
getLifecycleMethod · 0.45
isCancelledMethod · 0.45
getStringMethod · 0.45
equalsMethod · 0.45
setVisibilityMethod · 0.45

Tested by

no test coverage detected