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

Method onClick

app/src/main/java/eu/faircode/email/FragmentPop.java:242–245  ·  view source on GitHub ↗
(View v)

Source from the content-addressed store, hash-verified

240
241 tvInsecureRemark.setOnClickListener(new View.OnClickListener() {
242 @Override
243 public void onClick(View v) {
244 Helper.viewFAQ(v.getContext(), 4);
245 }
246 });
247
248 tilPassword.getEditText().addTextChangedListener(new TextWatcher() {

Callers

nothing calls this directly

Calls 9

viewFAQMethod · 0.95
openAdvancedMethod · 0.95
onSaveMethod · 0.95
setTargetFragmentMethod · 0.80
setTypeMethod · 0.80
getColorMethod · 0.45
getStringMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected