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:
Flavio Fraschetti 2023-09-11 11:12:46 +01:00 committed by GitHub
parent 7bb4f9cfe8
commit 0842a97cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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