Skip to content

Commit

Permalink
Fixed Android build error on older SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 12, 2017
1 parent 2036476 commit c317ab9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -217,7 +217,7 @@ public void onClick(DialogInterface dialog,int id) {
* window for Android UI purposes, as a result.
*/
int iFlags =
View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY |
//View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY | // Only available since API 19
View.SYSTEM_UI_FLAG_HIDE_NAVIGATION |
View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION |
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN |
Expand Down

0 comments on commit c317ab9

Please sign in to comment.