feature #3845 - added edcon to public chats and using keyboard avoiding view

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Goran Jovic 2018-04-12 10:20:29 +02:00 committed by Andrey Shovkoplyas
parent 7148734e2a
commit 32711c3be4
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 2 additions and 2 deletions

View File

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