From ca7fe4e2873e2d7ddd4323b56f74e73e2ca4e4c4 Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Tue, 21 Mar 2023 10:43:36 +0400 Subject: [PATCH] revert --- src/status_im2/contexts/chat/lightbox/top_view.cljs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/status_im2/contexts/chat/lightbox/top_view.cljs b/src/status_im2/contexts/chat/lightbox/top_view.cljs index 63dbe8daef..0bd4b85374 100644 --- a/src/status_im2/contexts/chat/lightbox/top_view.cljs +++ b/src/status_im2/contexts/chat/lightbox/top_view.cljs @@ -40,7 +40,7 @@ (anim/animate top-view-bg colors/neutral-100-opa-0))))) (defn top-view - [{:keys [from]} insets index animations derived landscape? screen-width] + [{:keys [from timestamp]} insets index animations derived landscape? screen-width] [:f> (fn [] (let [display-name (first (rf/sub [:contacts/contact-two-names-by-identity @@ -77,9 +77,7 @@ [quo/text {:weight :medium :size :paragraph-2 - ;; TODO: layout animation in release mode causes crash: - ;; https://github.com/status-im/status-mobile/issues/15395 - :style {:color colors/neutral-40}} "9:41 AM"]]] + :style {:color colors/neutral-40}} timestamp]]] [rn/view {:style style/top-right-buttons} [rn/touchable-opacity {:active-opacity 1