Skip to content

Commit

Permalink
Add toggle in advanced settings for mobile data
Browse files Browse the repository at this point in the history
status-im/status-go@4a43b2b...9755b3d
Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
  • Loading branch information
Parveshdhull and cammellos committed Jul 29, 2024
1 parent 55c620e commit 4586f80
Show file tree
Hide file tree
Showing 34 changed files with 311 additions and 858 deletions.
1 change: 1 addition & 0 deletions .env.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ SHOW_NOT_IMPLEMENTED_FEATURES=1
DELETE_MESSAGE_FOR_ME_UNDO_TIME_LIMIT=10000
DELETE_MESSAGE_UNDO_TIME_LIMIT=10000
ENABLE_ALERT_BANNER=0
MOBILE_DATA_SYNCING_TOGGLE_ENABLE=0
4 changes: 0 additions & 4 deletions src/legacy/status_im/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
legacy.status-im.fleet.core
legacy.status-im.group-chats.core
legacy.status-im.log-level.core
legacy.status-im.mailserver.constants
[legacy.status-im.mailserver.core :as mailserver]
legacy.status-im.mobile-sync-settings.core
legacy.status-im.multiaccounts.login.core
legacy.status-im.multiaccounts.logout.core
[legacy.status-im.multiaccounts.model :as multiaccounts.model]
Expand Down Expand Up @@ -134,7 +131,6 @@
(rf/merge cofx
{:db (dissoc db :app-in-background-since)
:effects.biometric/get-supported-type nil}
(mailserver/process-next-messages-request)
(when-not new-account?
(universal-links/process-stored-event))
#(when-let [chat-id (:current-chat-id db)]
Expand Down
Loading

0 comments on commit 4586f80

Please sign in to comment.