Switch to Google translate for FAQs

This commit is contained in:
M66B
2021-09-30 22:24:50 +02:00
parent c469f79801
commit 6ec06af13b

View File

@@ -790,7 +790,7 @@ public class Helper {
}
static void viewFAQ(Context context, int question) {
viewFAQ(context, question, false);
viewFAQ(context, question, true /* Google translate */);
}
static void viewFAQ(Context context, int question, boolean english) {