mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -05:00
Remove redundant 'setAcceptCookie' call
This commit is contained in:
parent
a7ae9b586d
commit
289343373a
1 changed files with 0 additions and 1 deletions
|
@ -373,7 +373,6 @@ public class ScratchJrActivity
|
|||
// Enable cookie persistence
|
||||
CookieManager.setAcceptFileSchemeCookies(true);
|
||||
CookieManager cookieManager = CookieManager.getInstance();
|
||||
cookieManager.setAcceptCookie(true);
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
|
||||
cookieManager.setAcceptThirdPartyCookies(_webView, true);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue