Prevent crash

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

@ -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

Loading…
Cancel
Save