You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Android: Fix immersive mode issue
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user