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

Method onDismiss

app/src/main/java/eu/faircode/email/Helper.java:3554–3559  ·  view source on GitHub ↗
(DialogInterface dialog)

Source from the content-addressed store, hash-verified

3552 })
3553 .setOnDismissListener(new DialogInterface.OnDismissListener() {
3554 @Override
3555 public void onDismiss(DialogInterface dialog) {
3556 Log.i("Authenticate PIN dismissed");
3557 if (shouldAuthenticate(activity, false)) // Some Android versions call dismiss on OK
3558 ApplicationEx.getMainHandler().post(cancelled);
3559 }
3560 })
3561 .create();
3562

Callers

nothing calls this directly

Calls 4

iMethod · 0.95
shouldAuthenticateMethod · 0.95
getMainHandlerMethod · 0.95
postMethod · 0.45

Tested by

no test coverage detected