mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
[fix #3091] fix edit group chat contact list
This commit is contained in:
parent
d64aa270a8
commit
9f35d265c8
@ -23,11 +23,10 @@
|
|||||||
[react/view {:flex 1}
|
[react/view {:flex 1}
|
||||||
[list/flat-list {:data contacts
|
[list/flat-list {:data contacts
|
||||||
:enableEmptySections true
|
:enableEmptySections true
|
||||||
:renderRow (fn [contact]
|
:render-fn (fn [contact]
|
||||||
[contact-view {:contact contact
|
[contact-view {:contact contact
|
||||||
:extended? extended?
|
:extended? extended?
|
||||||
:extend-options (extend-options contact)}])
|
:extend-options (extend-options contact)}])
|
||||||
|
|
||||||
:bounces false
|
:bounces false
|
||||||
:keyboardShouldPersistTaps :always
|
:keyboardShouldPersistTaps :always
|
||||||
:footer list/default-footer
|
:footer list/default-footer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user