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

Method onDestroyed

app/src/main/java/eu/faircode/email/SimpleTask.java:465–473  ·  view source on GitHub ↗
(Bundle args)

Source from the content-addressed store, hash-verified

463 }
464
465 protected void onDestroyed(Bundle args) {
466 if (this.kill && future != null)
467 try {
468 Log.i("Killing task=" + name);
469 future.cancel(true);
470 } catch (Throwable ex) {
471 Log.w(ex);
472 }
473 }
474
475 @Override
476 public String toString() {

Callers 2

onDestroyMethod · 0.95
onAnyMethod · 0.95

Calls 3

iMethod · 0.95
wMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected