Fix to immersive mode by awulms
This commit is contained in:
@@ -1338,7 +1338,7 @@ if [ "$AccessSdCard" = "n" ]; then
|
||||
$SEDI "/==EXTERNAL_STORAGE==/ d" project/AndroidManifest.xml
|
||||
fi
|
||||
|
||||
if [ "$AccessSdCard" = "n" ]; then
|
||||
if [ "$ImmersiveMode" = "n" ]; then
|
||||
ImmersiveMode=false
|
||||
else
|
||||
ImmersiveMode=true
|
||||
|
||||
Reference in New Issue
Block a user