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

Method show

app/src/main/java/eu/faircode/email/ToastEx.java:98–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 @Override
99 public void show() {
100 // https://developer.android.com/preview/features/toasts
101 if (!Helper.isUiThread())
102 Log.e("Toast from background");
103
104 // https://stackoverflow.com/questions/56017928/toast-not-showing-in-android-q
105 super.show();
106 }
107}

Callers 15

onClickMethod · 0.45
onExecutedMethod · 0.45
onExceptionMethod · 0.45
checkAuthenticationMethod · 0.45
onClickMethod · 0.45
onNoAccountSelectedMethod · 0.45
onExecutedMethod · 0.45
onExceptionMethod · 0.45
onExitMethod · 0.45
onDebugInfoMethod · 0.45
onPreExecuteMethod · 0.45
onExecutedMethod · 0.45

Calls 2

isUiThreadMethod · 0.95
eMethod · 0.95

Tested by

no test coverage detected