Skip to content

Commit a456c6c

Browse files
committed
added mixpanel events for
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com> (cherry picked from commit 212fb46)
1 parent a86df91 commit a456c6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/status_im/data_store/realm/core.cljs

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
[goog.string :as gstr]
1010
[cognitect.transit :as transit]
1111
[clojure.walk :as walk]
12-
[status-im.react-native.js-dependencies :as rn-dependencies])
12+
[status-im.react-native.js-dependencies :as rn-dependencies]
13+
[status-im.utils.utils :as utils])
1314
(:refer-clojure :exclude [exists?]))
1415

1516
(defn realm-version
@@ -39,6 +40,7 @@
3940
(open-realm (last schemas) file-name))
4041

4142
(defn reset-realm [file-name schemas]
43+
(utils/show-popup "Please note" "You must recover or create a new account with this upgrade. Also chatting with accounts in previous releases is incompatible")
4244
(delete-realm file-name)
4345
(open-realm (last schemas) file-name))
4446

0 commit comments

Comments
 (0)