[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}
|
||||
[list/flat-list {:data contacts
|
||||
:enableEmptySections true
|
||||
:renderRow (fn [contact]
|
||||
:render-fn (fn [contact]
|
||||
[contact-view {:contact contact
|
||||
:extended? extended?
|
||||
:extend-options (extend-options contact)}])
|
||||
|
||||
:bounces false
|
||||
:keyboardShouldPersistTaps :always
|
||||
:footer list/default-footer
|
||||
|
|
Loading…
Reference in New Issue