Fix: composer is separated from the footer #17238
This PR resolves the issue where Composer becomes detached from the footer during the chat history loading phase, specifically when the skeleton screen is displayed. Fixes #17237.
This commit is contained in:
parent
7bb4f9cfe8
commit
0842a97cac
|
@ -363,5 +363,5 @@
|
|||
top-spacing (when (not chat-screen-loaded?) navigation.style/navigation-bar-height)]
|
||||
(if chat-screen-loaded?
|
||||
[:f> f-messages-list-content props]
|
||||
[rn/view {:style {:padding-top top-spacing}}
|
||||
[rn/view {:style {:padding-top top-spacing :flex 1}}
|
||||
[quo/skeleton-list (skeleton-list-props :messages content-height false)]])))
|
||||
|
|
Loading…
Reference in New Issue