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

Commit e2acbcc0 authored by Ben Murdoch's avatar Ben Murdoch Committed by Android (Google) Code Review
Browse files

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

parents e8fcfd53 9f9fbc96
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());
    }

    /**