You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/04 09:53:46 UTC

[GitHub] [cordova-plugin-statusbar] timbru31 commented on a change in pull request #142: Update StatusBar.java

timbru31 commented on a change in pull request #142: Update StatusBar.java
URL: https://github.com/apache/cordova-plugin-statusbar/pull/142#discussion_r320672106
 
 

 ##########
 File path: src/android/StatusBar.java
 ##########
 @@ -64,6 +64,9 @@ public void run() {
 
                 // Read 'StatusBarStyle' from config.xml, default is 'lightcontent'.
                 setStatusBarStyle(preferences.getString("StatusBarStyle", "lightcontent"));
+
+                // Read 'StatusBarOverlaysWebView' from config.xml, default is false.
+                setStatusBarTransparent(preferences.getBoolean("StatusBarOverlaysWebView", false));
 
 Review comment:
   While the default is broken, I'd rather fix the bug in the way that it corresponds with the docs, i.e., true.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org