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…
Reference in New Issue