From 32711c3be428a1586b708badd949176dbfd87ab3 Mon Sep 17 00:00:00 2001 From: Goran Jovic Date: Thu, 12 Apr 2018 10:20:29 +0200 Subject: [PATCH] feature #3845 - added edcon to public chats and using keyboard avoiding view Signed-off-by: Andrey Shovkoplyas --- src/status_im/ui/screens/add_new/new_public_chat/view.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/ui/screens/add_new/new_public_chat/view.cljs b/src/status_im/ui/screens/add_new/new_public_chat/view.cljs index 0adb625bff..8e5f844094 100644 --- a/src/status_im/ui/screens/add_new/new_public_chat/view.cljs +++ b/src/status_im/ui/screens/add_new/new_public_chat/view.cljs @@ -51,12 +51,12 @@ [list/item-icon {:icon :icons/forward :icon-opts {:color :gray}}]]]]) -(def default-public-chats ["status" "openbounty" "ethereum"]) +(def default-public-chats ["status" "openbounty" "edcon" "ethereum"]) (views/defview new-public-chat [] (views/letsubs [topic [:get :public-group-topic] error [:get :public-group-topic-error]] - [react/view styles/group-container + [react/keyboard-avoiding-view styles/group-container [status-bar/status-bar] [toolbar/simple-toolbar (i18n/label :t/public-chat)]