Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca34af6a authored by Ben Murdoch's avatar Ben Murdoch Committed by Android Git Automerger
Browse files

am e2acbcc0: Merge "Fix for 10530176 - CookieSyncManager must be created by...

am e2acbcc0: Merge "Fix for 10530176 - CookieSyncManager must be created by WebView c\'tor" into klp-dev

* commit 'e2acbcc0':
  Fix for 10530176 - CookieSyncManager must be created by WebView c'tor
parents 61dbdaba e2acbcc0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -498,6 +498,8 @@ public class WebView extends AbsoluteLayout

        ensureProviderCreated();
        mProvider.init(javaScriptInterfaces, privateBrowsing);
        // Post condition of creating a webview is the CookieSyncManager instance exists.
        CookieSyncManager.createInstance(getContext());
    }

    /**