diff --git a/ios/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ios/IOSLauncher.java b/ios/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ios/IOSLauncher.java index e7ef8b793..a10270414 100644 --- a/ios/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ios/IOSLauncher.java +++ b/ios/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ios/IOSLauncher.java @@ -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());