mirror of
https://github.com/godotengine/godot.git
synced 2024-12-04 01:52:56 +00:00
Merge pull request #98917 from syntaxerror247/immersive-mode-issue
Android: Fix immersive mode issue
This commit is contained in:
commit
a702b69ce7
@ -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