1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Android: Fix immersive mode issue

This commit is contained in:
Anish Mishra
2024-11-07 18:29:25 +05:30
parent 87318a2fb7
commit 6445b6cbdd

View File

@@ -745,6 +745,7 @@ class Godot(private val context: Context) {
runOnUiThread { runOnUiThread {
registerSensorsIfNeeded() registerSensorsIfNeeded()
enableImmersiveMode(useImmersive.get(), true)
} }
for (plugin in pluginRegistry.allPlugins) { for (plugin in pluginRegistry.allPlugins) {