laurentperez commented on a change in pull request #363:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/363#discussion_r596196198



##########
File path: src/android/InAppBrowser.java
##########
@@ -271,7 +272,7 @@ public void run() {
                     } else {
                         
((InAppBrowserClient)inAppWebView.getWebViewClient()).waitForBeforeload = false;
                     }
-                    inAppWebView.loadUrl(url);
+                    inAppWebView.loadUrl(url, null);

Review comment:
       I guess this was to explicitely mark headers were null for easier code 
navigation




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to