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

Method onClick

app/src/main/java/eu/faircode/email/FragmentLogs.java:227–232  ·  view source on GitHub ↗
(DialogInterface dialogInterface, int pos, boolean checked)

Source from the content-addressed store, hash-verified

225 .setTitle(R.string.title_unhide)
226 .setMultiChoiceItems(titles, states, new DialogInterface.OnMultiChoiceClickListener() {
227 @Override
228 public void onClick(DialogInterface dialogInterface, int pos, boolean checked) {
229 EntityLog.Type type = EntityLog.Type.values()[pos];
230 prefs.edit().putBoolean(getKey(type), checked).apply();
231 adapter.setTypes(getTypes());
232 }
233 })
234 .setPositiveButton(R.string.title_setup_done, null)
235 .show();

Callers

nothing calls this directly

Calls 4

getKeyMethod · 0.95
getTypesMethod · 0.95
setTypesMethod · 0.80
applyMethod · 0.45

Tested by

no test coverage detected