remove chaos mode checking
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
0106f6efcd
commit
6334268757
|
@ -210,7 +210,6 @@
|
|||
(contact/initialize-contacts)
|
||||
(stickers/init-stickers-packs)
|
||||
(mobile-network/on-network-status-change)
|
||||
(chaos-mode/check-chaos-mode)
|
||||
(multiaccounts/switch-preview-privacy-mode-flag))))
|
||||
|
||||
(defn get-new-auth-method [auth-method save-password?]
|
||||
|
@ -272,7 +271,6 @@
|
|||
:mailserver-ranges {}
|
||||
:mailserver-topics {}
|
||||
:default-mailserver true})
|
||||
(chaos-mode/check-chaos-mode)
|
||||
(multiaccounts/switch-preview-privacy-mode-flag)
|
||||
(when-not platform/desktop?
|
||||
(initialize-wallet accounts nil)))))
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
(fx/merge cofx
|
||||
{:db (assoc db :network/type network-type)
|
||||
:network/notify-status-go [network-type expensive?]}
|
||||
(when (= "none" old-network-type)
|
||||
(chaos-mode/check-chaos-mode))
|
||||
(mobile-network/on-network-status-change)))
|
||||
|
||||
(fx/defn handle-network-info-change
|
||||
|
|
Loading…
Reference in New Issue