Skip to content

Commit

Permalink
move messages legacy view (#17354)
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer authored Sep 20, 2023
1 parent 41282a9 commit 92cc491
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns status-im2.contexts.chat.messages.content.legacy-view
(ns status-im.ui.screens.chat.message.legacy-view
(:require
[quo.design-system.colors :as quo.colors]
[quo.react-native :as rn]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns status-im2.contexts.chat.messages.content.system.text.view
(:require [react-native.core :as rn]
[status-im2.contexts.chat.messages.content.legacy-view :as old-message]))
[status-im.ui.screens.chat.message.legacy-view :as old-message]))

(defn text-content
[message-data]
Expand Down
2 changes: 1 addition & 1 deletion src/status_im2/contexts/chat/messages/content/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[status-im2.contexts.chat.messages.content.audio.view :as audio]
[quo2.core :as quo]
[utils.re-frame :as rf]
[status-im2.contexts.chat.messages.content.legacy-view :as old-message]
[status-im.ui.screens.chat.message.legacy-view :as old-message]
[status-im2.contexts.chat.composer.reply.view :as reply]
[status-im2.common.not-implemented :as not-implemented]
[utils.datetime :as datetime]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [clojure.string :as string]
[quo2.core :as quo]
[react-native.gesture :as gesture]
[status-im2.contexts.chat.messages.content.legacy-view :as old-message]
[status-im.ui.screens.chat.message.legacy-view :as old-message]
[status-im2.common.not-implemented :as not-implemented]
[status-im2.constants :as constants]
[status-im2.contexts.shell.activity-center.notification.common.view :as common]
Expand Down

0 comments on commit 92cc491

Please sign in to comment.