From 316a50b032fd3458177a3428aa0df9dba7de7a73 Mon Sep 17 00:00:00 2001 From: bitsikka Date: Wed, 10 Apr 2019 19:41:49 +0545 Subject: [PATCH] [#7930] fix - No label is shown for empty chat screen if you open public chat via deep link after opening another public chat via deep link Signed-off-by: Igor Mandrigin --- src/status_im/ui/screens/chat/views.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/ui/screens/chat/views.cljs b/src/status_im/ui/screens/chat/views.cljs index 0b0daadbbb..a6a4c450ed 100644 --- a/src/status_im/ui/screens/chat/views.cljs +++ b/src/status_im/ui/screens/chat/views.cljs @@ -271,6 +271,7 @@ :style style/scroll-root :content-container-style style/scroll-root :keyboard-should-persist-taps :handled} + ^{:key current-chat-id} [react/view {:style style/chat-view :on-layout (fn [e] (re-frame/dispatch [:set :layout-height (-> e .-nativeEvent .-layout .-height)]))}