mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion/android] Hide the status bar and navigation buttons
This is a hack, we should find why this was broken after v12.
This commit is contained in:
committed by
EmilieNumworks
parent
5f5636fe4d
commit
f31de20039
@@ -62,4 +62,13 @@ public class EpsilonActivity extends SDLActivity {
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
/* This is done to hide the status bar and the bottom navigation buttons.
|
||||
* TODO: This was not needed for v12 of Epsilon, find out why and make a
|
||||
* proper fix? */
|
||||
super.onCreate(savedInstanceState);
|
||||
setWindowStyle(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user