v0.9.4: removed dynamic hiding of home indicator on iOS (preference aren't accessible before the application is created)
This commit is contained in:
parent
795348b21b
commit
bc6185b077
|
@ -59,8 +59,6 @@ public class IOSLauncher extends IOSApplication.Delegate {
|
|||
config.depthFormat = GLKViewDrawableDepthFormat.None;
|
||||
config.hdpiMode = HdpiMode.Pixels;
|
||||
|
||||
config.hideHomeIndicator = SPDSettings.fullscreen();
|
||||
|
||||
CGRect statusBarFrame = UIApplication.getSharedApplication().getStatusBarFrame();
|
||||
double statusBarHeight = Math.min(statusBarFrame.getWidth(), statusBarFrame.getHeight());
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user