File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 158
158
[" enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@test.waku.nodes.status.im" ]})
159
159
160
160
(def default-kdf-iterations 3200 )
161
+
162
+ (def ^:const new-composer-enabled? true )
Original file line number Diff line number Diff line change 336
336
(def ^:const auth-method-biometric " biometric" )
337
337
(def ^:const auth-method-biometric-prepare " biometric-prepare" )
338
338
(def ^:const auth-method-none " none" )
339
-
340
- (def ^:const new-composer-enabled? true )
Original file line number Diff line number Diff line change 4
4
[react-native.core :as rn]
5
5
[react-native.safe-area :as safe-area]
6
6
[reagent.core :as reagent]
7
+ [status-im2.config :as config]
7
8
[status-im2.constants :as constants]
8
9
[status-im2.contexts.chat.bottom-sheet-composer.view :as bottom-sheet-composer]
9
10
[status-im2.contexts.chat.messages.composer.view :as composer]
77
78
:keyboardVerticalOffset (- (:bottom insets))}
78
79
[page-nav]
79
80
[pin.banner/banner chat-id]
80
- (if constants /new-composer-enabled?
81
+ (if config /new-composer-enabled?
81
82
[messages.list.new/messages-list chat insets]
82
83
[messages.list/messages-list chat insets])
83
84
(if-not able-to-send-message?
84
85
[contact-requests.bottom-drawer/view chat-id contact-request-state group-chat]
85
- (if constants /new-composer-enabled?
86
+ (if config /new-composer-enabled?
86
87
[bottom-sheet-composer/bottom-sheet-composer insets]
87
88
[:f> composer/f-composer chat-id insets]))]))
88
89
You can’t perform that action at this time.
0 commit comments