From 1b79a3767a91f0c47e54b19519c1cf02d09b0214 Mon Sep 17 00:00:00 2001 From: newmlee Date: Sat, 13 Jun 2015 08:42:55 +0000 Subject: [PATCH] Update --- Ninja/.idea/workspace.xml | 160 +++++++++--------- .../github/mthli/Ninja/Unit/BrowserUnit.java | 2 +- 2 files changed, 85 insertions(+), 77 deletions(-) diff --git a/Ninja/.idea/workspace.xml b/Ninja/.idea/workspace.xml index d67227b..169f49a 100644 --- a/Ninja/.idea/workspace.xml +++ b/Ninja/.idea/workspace.xml @@ -107,7 +107,6 @@ @@ -160,9 +160,8 @@ - - + @@ -197,6 +196,7 @@ + @@ -454,27 +454,27 @@ - + - + - + + - @@ -513,7 +513,6 @@ - @@ -542,15 +541,6 @@ - - - - - - - - - @@ -558,7 +548,6 @@ - @@ -566,7 +555,6 @@ - @@ -574,7 +562,6 @@ - @@ -589,15 +576,6 @@ - - - - - - - - - @@ -626,7 +604,6 @@ - @@ -679,36 +656,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -741,7 +688,6 @@ - @@ -862,7 +808,6 @@ - @@ -870,15 +815,6 @@ - - - - - - - - - @@ -886,7 +822,6 @@ - @@ -910,11 +845,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/Ninja/src/io/github/mthli/Ninja/Unit/BrowserUnit.java b/Ninja/src/io/github/mthli/Ninja/Unit/BrowserUnit.java index c486515..2124435 100644 --- a/Ninja/src/io/github/mthli/Ninja/Unit/BrowserUnit.java +++ b/Ninja/src/io/github/mthli/Ninja/Unit/BrowserUnit.java @@ -392,8 +392,8 @@ public static void clearCookie(Context context) { public void onReceiveValue(Boolean value) {} }); } else { - CookieManager cookieManager = CookieManager.getInstance(); CookieSyncManager cookieSyncManager = CookieSyncManager.createInstance(context); + CookieManager cookieManager = CookieManager.getInstance(); cookieManager.removeAllCookie(); } }