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

Method run

app/src/main/java/eu/faircode/email/ActivityMain.java:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212 final Runnable splash = new Runnable() {
213 @Override
214 public void run() {
215 getWindow().setBackgroundDrawableResource(R.drawable.splash);
216 }
217 };
218
219 final SimpleTask<Boolean> boot = new SimpleTask<Boolean>() {

Callers

nothing calls this directly

Calls 2

watchdogMethod · 0.95
watchdogMethod · 0.95

Tested by

no test coverage detected