Switched Incognito activity to pull cookie preference from different constant
This commit is contained in:
parent
b26efa0b48
commit
34927b1a76
@ -27,7 +27,7 @@ public class IncognitoActivity extends BrowserActivity {
|
|||||||
mCookieManager = CookieManager.getInstance();
|
mCookieManager = CookieManager.getInstance();
|
||||||
CookieSyncManager.createInstance(this);
|
CookieSyncManager.createInstance(this);
|
||||||
mCookieManager.setAcceptCookie(mPreferences.getBoolean(
|
mCookieManager.setAcceptCookie(mPreferences.getBoolean(
|
||||||
PreferenceConstants.COOKIES, false));
|
PreferenceConstants.INCOGNITO_COOKIES, false));
|
||||||
super.updateCookiePreference();
|
super.updateCookiePreference();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user