diff --git a/source/flixel/system/FlxSplash.hx b/source/flixel/system/FlxSplash.hx index d33397e..7ff9302 100644 --- a/source/flixel/system/FlxSplash.hx +++ b/source/flixel/system/FlxSplash.hx @@ -42,6 +42,9 @@ class FlxSplash extends MusicBeatState override public function create():Void { + #if android + FlxG.android.preventDefaultKeys = [BACK]; + #end _cachedBgColor = FlxG.cameras.bgColor; FlxG.cameras.bgColor = FlxColor.BLACK;