This commit is contained in:
M66B
2023-08-30 22:02:13 +02:00
parent b57a3dc7bb
commit 23552f4da8

View File

@@ -1222,7 +1222,7 @@ public class Helper {
String open_with_pkg = prefs.getString("open_with_pkg", null);
boolean open_with_tabs = prefs.getBoolean("open_with_tabs", true);
if (open_with_tabs && !TextUtils.isEmpty(open_with_pkg)) {
Log.i("MMM warming up " + open_with_pkg);
Log.i("Warming up " + open_with_pkg);
return CustomTabsClient.connectAndInitialize(context, open_with_pkg);
}
} catch (Throwable ex) {