Skip to content

Commit

Permalink
Android Quick Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bala-kyawhtin-tecotec committed Jul 26, 2017
1 parent 69aa9c2 commit f466daf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ public void ClearCookies()
CookieManager.getInstance().removeAllCookies(null);
CookieManager.getInstance().flush();
} else {
final Activity a = UnityPlayer.currentActivity;
CookieSyncManager cookieSyncManager = CookieSyncManager.createInstance(a);
cookieSyncManager.startSync();
CookieManager cookieManager=CookieManager.getInstance();
Expand Down

0 comments on commit f466daf

Please sign in to comment.