mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
fix scroll to index error when swtiching tab on the messaging screen (#20407)
This commit is contained in:
parent
24068dad5c
commit
8b424b0669
@ -93,7 +93,8 @@
|
|||||||
{:selected-tab :tab/contacts
|
{:selected-tab :tab/contacts
|
||||||
:tab->content (empty-state-content theme)}]
|
:tab->content (empty-state-content theme)}]
|
||||||
[rn/section-list
|
[rn/section-list
|
||||||
{:ref set-scroll-ref
|
{:ref (when (not-empty items)
|
||||||
|
set-scroll-ref)
|
||||||
:key-fn :public-key
|
:key-fn :public-key
|
||||||
:get-item-layout get-item-layout
|
:get-item-layout get-item-layout
|
||||||
:content-inset-adjustment-behavior :never
|
:content-inset-adjustment-behavior :never
|
||||||
|
Loading…
x
Reference in New Issue
Block a user