mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Prevent crash
This commit is contained in:
@@ -835,6 +835,9 @@ public class Helper {
|
||||
}
|
||||
|
||||
static void customTabsWarmup(Context context) {
|
||||
if (context == null)
|
||||
return;
|
||||
|
||||
try {
|
||||
CustomTabsClient.bindCustomTabsService(context, "com.android.chrome", new CustomTabsServiceConnection() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user