breautek commented on code in PR #1853:
URL: https://github.com/apache/cordova-android/pull/1853#discussion_r2463835583


##########
cordova-js-src/plugin/android/statusbar.js:
##########
@@ -23,6 +23,9 @@ var exec = require('cordova/exec');
 var statusBarVisible = true;
 var statusBar = {};
 
+const statusBarScript = document.createElement('script');

Review Comment:
   Only thing I'll add is a comment block that defines the purpose of this 
script node. Intuitively one would think that a script source would be added 
later but we are simply using it to store state.



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

To unsubscribe, e-mail: [email protected]

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