Compare commits

...
10 Commits
Author SHA1 Message Date
Omar Basem 2303b59bae updates 2023-01-19 10:39:07 +04:00
Omar Basem 703f4c3a42 updates 2023-01-19 10:14:47 +04:00
Omar Basem c787ea4173 updates 2023-01-19 10:13:28 +04:00
Omar Basem 92a464ca72 updates 2023-01-19 09:52:46 +04:00
Omar Basem eacab643b6 updates 2023-01-19 09:52:02 +04:00
Omar Basem 66ed4b36d7 updates 2023-01-19 09:34:09 +04:00
Omar Basem 1fbb1f1f64 updats 2023-01-19 09:31:57 +04:00
Omar Basem fb2dd25866 updates 2023-01-19 09:25:48 +04:00
Omar Basem 49c1ad3891 updates 2023-01-19 09:24:56 +04:00
Omar Basem 0966cb7829 updates
https://github.com/status-im/status-go/compare/d40290a6...d60c1d00
2023-01-19 09:20:38 +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: 6934faae5afbec23475648c8aeb6047ce973af65
glog: 36ce0530c6d2c3a5a4326885ef4069564887a1db
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]