mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-12-16 07:16:35 +00:00
Fixed Android build error on older SDK
This commit is contained in:
parent
20364769e0
commit
c317ab978f
@ -217,7 +217,7 @@ public class SDLActivity extends Activity {
|
||||
* 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 |
|
||||
|
Loading…
Reference in New Issue
Block a user