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

Method call

app/src/main/java/eu/faircode/email/ActivityView.java:959–970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

957 }
958 }, new Callable<Boolean>() {
959 @Override
960 public Boolean call() {
961 if (BuildConfig.DEBUG)
962 try {
963 DnsBlockList.clearCache();
964 ContactInfo.clearCache(ActivityView.this);
965 ToastEx.makeText(ActivityView.this, R.string.title_completed, Toast.LENGTH_LONG).show();
966 } catch (Throwable ex) {
967 Log.unexpectedError(getSupportFragmentManager(), ex);
968 }
969 return BuildConfig.DEBUG;
970 }
971 }));
972
973 adapterNavMenu.set(menus, nav_expanded);

Callers

nothing calls this directly

Calls 12

clearCacheMethod · 0.95
clearCacheMethod · 0.95
makeTextMethod · 0.95
unexpectedErrorMethod · 0.95
isAvailableMethod · 0.95
onDebugInfoMethod · 0.95
checkMethod · 0.95
isPlayStoreInstallMethod · 0.95
checkUpdateMethod · 0.95
checkAnnouncementsMethod · 0.95
isLockedMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected