|
@@ -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) {
|