Prevent crash

pull/207/head
M66B 3 years ago
parent d0a9e49221
commit 130fdfcbae

@ -835,6 +835,9 @@ public class Helper {
} }
static void customTabsWarmup(Context context) { static void customTabsWarmup(Context context) {
if (context == null)
return;
try { try {
CustomTabsClient.bindCustomTabsService(context, "com.android.chrome", new CustomTabsServiceConnection() { CustomTabsClient.bindCustomTabsService(context, "com.android.chrome", new CustomTabsServiceConnection() {
@Override @Override

Loading…
Cancel
Save