mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
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)]
|
top-spacing (when (not chat-screen-loaded?) navigation.style/navigation-bar-height)]
|
||||||
(if chat-screen-loaded?
|
(if chat-screen-loaded?
|
||||||
[:f> f-messages-list-content props]
|
[: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)]])))
|
[quo/skeleton-list (skeleton-list-props :messages content-height false)]])))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user