Only use animated loading skeleton for ios (#17432)

This commit is contained in:
Parvesh Monu 2023-09-27 20:43:21 +05:30 committed by GitHub
parent 77733b3a65
commit 6b9b5fa300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -124,7 +124,9 @@
loading-indicator-page-loading-height)]
(when (or loading-messages? (not all-loaded?))
[rn/view {:padding-top top-spacing}
[quo/skeleton-list (skeleton-list-props :messages parent-height true)]])))
;; Only use animated loading skeleton for ios
;; https://github.com/status-im/status-mobile/issues/17426
[quo/skeleton-list (skeleton-list-props :messages parent-height platform/ios?)]])))
(defn list-header
[insets able-to-send-message? theme]