mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Prevent crash
This commit is contained in:
@@ -634,6 +634,10 @@ public class Helper {
|
||||
}
|
||||
|
||||
static void viewFAQ(Context context, int question) {
|
||||
if (context == null) {
|
||||
Log.e(new Throwable("FAQ"));
|
||||
return;
|
||||
}
|
||||
if (question == 0)
|
||||
view(context, Uri.parse(FAQ_URI), false);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user