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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user