Compare commits

..
2 Commits
Author SHA1 Message Date
Omar Basem efa8bec582 updates 2023-01-19 13:25:45 +04:00
Omar Basem b6705db744 updates
https://github.com/status-im/status-go/compare/d60c1d00...d60c1d00
2023-01-19 11:26:26 +04:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ SPEC CHECKSUMS:
FBLazyVector: 352a8ca9bbc8e2f097d680747a8c97ecef12d469
FBReactNativeSpec: 7dfb84f624136a45727c813ed21d130cd3e61beb
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
glog: 36ce0530c6d2c3a5a4326885ef4069564887a1db
glog: 6934faae5afbec23475648c8aeb6047ce973af65
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
+1 -1
View File
@@ -3,7 +3,7 @@
[react-native.config :as react-native-config]
[status-im.ethereum.core :as ethereum]
[status-im.ethereum.ens :as ens]))
;; Testddddd
;;
(def get-config react-native-config/get-config)
(defn enabled? [v] (= "1" v))
+1 -1
View File
@@ -1,5 +1,5 @@
(ns status-im2.constants)
;; Test
(def ^:const ms-in-bg-for-require-bioauth 5000)
(def ^:const content-type-text 1)
+1 -1
View File
@@ -1,5 +1,5 @@
(ns status-im2.navigation.screens
(:require [utils.i18n :as i18n] ;; TODO remove when not used anymore.......
(:require [utils.i18n :as i18n] ;; TODO remove when not used anymore
[status-im.ui.screens.screens :as old-screens]
[status-im2.contexts.activity-center.view :as activity-center]
[status-im2.contexts.chat.messages.view :as chat]