brodybits commented on a change in pull request #915: Bump minSdkVersion to 22 
and drop pre-Lollipop specific code
URL: https://github.com/apache/cordova-android/pull/915#discussion_r391960423
 
 

 ##########
 File path: framework/src/org/apache/cordova/engine/SystemWebViewClient.java
 ##########
 @@ -349,7 +348,7 @@ public WebResourceResponse shouldInterceptRequest(WebView 
view, String url) {
         }
     }
 
-    private static boolean needsKitKatContentUrlFix(Uri uri) {
+    private static boolean needsContentUrlFix(Uri uri) {
 
 Review comment:
   Renaming of this function is a form of cleanup that I think is not super 
clear from the description or commit messages.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

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

Reply via email to