Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/175#discussion_r29046326 --- Diff: framework/src/org/apache/cordova/CordovaActivity.java --- @@ -130,6 +147,18 @@ public void onCreate(Bundle savedInstanceState) { cordovaInterface.restoreInstanceState(savedInstanceState); } } + + private void setSystemUiVisibilityMode(Window window) { + final int uiOptions = + View.SYSTEM_UI_FLAG_LAYOUT_STABLE --- End diff -- Are these LAYOUT flags really necessary? (if so, add a comment explaining why)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org