[#16092] Auto-rotate breaks UI on Android (#16370)

This commit is contained in:
flexsurfer 2023-06-26 06:58:03 +02:00 committed by GitHub
parent 125d3239de
commit e5e68e0e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@
(name @state/root-id)
{:component {:id comp
:name comp
:options (merge (options/statusbar-and-navbar)
:options (merge (options/default-root)
(options/statusbar-and-navbar)
options
(if (:topBar options)
(options/merge-top-bar (options/topbar-options) options)