From 59c1eb1f5fc65abc783b67fe84e10e7e7f43bb92 Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Wed, 29 Aug 2018 17:13:27 +0300 Subject: [PATCH] Fix connectivity error view overlay --- src/status_im/ui/screens/desktop/main/chat/views.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/status_im/ui/screens/desktop/main/chat/views.cljs b/src/status_im/ui/screens/desktop/main/chat/views.cljs index 4534584510..9da31475a1 100644 --- a/src/status_im/ui/screens/desktop/main/chat/views.cljs +++ b/src/status_im/ui/screens/desktop/main/chat/views.cljs @@ -158,7 +158,6 @@ (reset! chat-id* chat-id) (js/setTimeout #(when @scroll-ref (.scrollToEnd @scroll-ref)) 400))] [react/view {:style styles/messages-view} - [connectivity/error-view] [react/scroll-view {:scrollEventThrottle 16 :headerHeight styles/messages-list-vertical-padding :footerWidth styles/messages-list-vertical-padding