[fix #3091] fix edit group chat contact list

This commit is contained in:
Dmitry Novotochinov 2018-01-22 12:56:05 +03:00
parent d64aa270a8
commit 9f35d265c8
No known key found for this signature in database
GPG Key ID: 267674DCC86628D9
1 changed files with 1 additions and 2 deletions

View File

@ -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