Merge "Fix for 10530176 - CookieSyncManager must be created by WebView c'tor" into klp-dev
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user