浏览代码

Merge branch 'master' into patch-1

RedPandaTronics 4 年前
父节点
当前提交
5fb0155b79
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0
    1
      android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java
  2. 1
    1
      package.json

+ 0
- 1
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java 查看文件

@@ -208,7 +208,6 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
208 208
           String baseUrl = urlObj.getProtocol() + "://" + urlObj.getHost();
209 209
           String cookie = CookieManager.getInstance().getCookie(baseUrl);
210 210
           request.addRequestHeader("Cookie", cookie);
211
-          System.out.println("Got cookie for DownloadManager: " + cookie);
212 211
         } catch (MalformedURLException e) {
213 212
           System.out.println("Error getting cookie for DownloadManager: " + e.toString());
214 213
           e.printStackTrace();

+ 1
- 1
package.json 查看文件

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "8.1.1",
11
+  "version": "8.1.2",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "start": "node node_modules/react-native/local-cli/cli.js start",