Skip to content

Commit

Permalink
Change default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored May 8, 2024
1 parent b5465c1 commit 6a73941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public SystemWebViewClient(SystemWebViewEngine parentEngine) {
});

this.assetLoader = assetLoaderBuilder.build();
boolean setAsServiceWorkerClient = parentEngine.preferences.getBoolean("ResolveServiceWorkerRequests", false);
boolean setAsServiceWorkerClient = parentEngine.preferences.getBoolean("ResolveServiceWorkerRequests", true);
ServiceWorkerController controller = null;

if (setAsServiceWorkerClient) {
Expand Down

0 comments on commit 6a73941

Please sign in to comment.