Andrey Shovkoplyas 2017-04-16 14:33:30 +03:00 committed by Roman Volosovskyi
parent 4843003749
commit 59a9a63fb8
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@
(defn show-chat!
[{:keys [new-chat]} _]
(dispatch [:navigation-replace :chat (:chat-id new-chat)]))
(dispatch [:navigate-to-clean :chat-list])
(dispatch [:navigate-to :chat (:chat-id new-chat)]))
(defn start-listen-group!
[{:keys [new-chat web3 current-public-key]}]