mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #98917 from syntaxerror247/immersive-mode-issue
Android: Fix immersive mode issue
This commit is contained in:
commit
a702b69ce7
1 changed files with 1 additions and 0 deletions
|
|
@ -745,6 +745,7 @@ class Godot(private val context: Context) {
|
|||
|
||||
runOnUiThread {
|
||||
registerSensorsIfNeeded()
|
||||
enableImmersiveMode(useImmersive.get(), true)
|
||||
}
|
||||
|
||||
for (plugin in pluginRegistry.allPlugins) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue