mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
Android: Fix immersive mode issue
This commit is contained in:
parent
87318a2fb7
commit
6445b6cbdd
@ -745,6 +745,7 @@ class Godot(private val context: Context) {
|
||||
|
||||
runOnUiThread {
|
||||
registerSensorsIfNeeded()
|
||||
enableImmersiveMode(useImmersive.get(), true)
|
||||
}
|
||||
|
||||
for (plugin in pluginRegistry.allPlugins) {
|
||||
|
Loading…
Reference in New Issue
Block a user