Disabled browser warmup

This commit is contained in:
M66B 2023-09-06 16:24:18 +02:00
parent f99ca2a7f7
commit 5fef6184f1
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
boolean disconnect_links = prefs.getBoolean("disconnect_links", true);
// Preload web view
Helper.customTabsWarmup(context);
//Helper.customTabsWarmup(context);
final Uri uri = UriHelper.guessScheme(_uri);