From 9f35d265c81e0d89a0105ad59496094084f2769d Mon Sep 17 00:00:00 2001 From: Dmitry Novotochinov Date: Mon, 22 Jan 2018 12:56:05 +0300 Subject: [PATCH] [fix #3091] fix edit group chat contact list --- src/status_im/ui/screens/group/edit_contacts/views.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/ui/screens/group/edit_contacts/views.cljs b/src/status_im/ui/screens/group/edit_contacts/views.cljs index 31f561137e..ddf70e4217 100644 --- a/src/status_im/ui/screens/group/edit_contacts/views.cljs +++ b/src/status_im/ui/screens/group/edit_contacts/views.cljs @@ -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