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

Method viewFAQ

app/src/main/java/eu/faircode/email/Helper.java:1406–1408  ·  view source on GitHub ↗
(Context context, int question)

Source from the content-addressed store, hash-verified

1404 }
1405
1406 static void viewFAQ(Context context, int question) {
1407 viewFAQ(context, question, true /* Google translate */);
1408 }
1409
1410 static void viewFAQ(Context context, String fragment) {
1411 viewFAQ(context, fragment, true);

Callers 15

onCreateMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onMenuFAQMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onMenuHelpMethod · 0.95

Calls 3

getFAQLocaleMethod · 0.95
viewMethod · 0.95
parseMethod · 0.45

Tested by

no test coverage detected