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 {
registerSensorsIfNeeded()
enableImmersiveMode(useImmersive.get(), true)
}
for (plugin in pluginRegistry.allPlugins) {