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:
Evan Debenham 2021-08-07 13:38:52 -04:00
parent 795348b21b
commit bc6185b077

View File

@ -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());