fix: remove mobile-data sync setting inside legacy settings (#20942)
This commit is contained in:
parent
11bd340a94
commit
9f412577d7
|
@ -13,8 +13,7 @@
|
||||||
|
|
||||||
(views/defview sync-settings
|
(views/defview sync-settings
|
||||||
[]
|
[]
|
||||||
(views/letsubs [{:keys [syncing-on-mobile-network?
|
(views/letsubs [{:keys [backup-enabled?
|
||||||
backup-enabled?
|
|
||||||
default-sync-period
|
default-sync-period
|
||||||
use-mailservers?]}
|
use-mailservers?]}
|
||||||
[:profile/profile]
|
[:profile/profile]
|
||||||
|
@ -27,16 +26,6 @@
|
||||||
:on-press #(rf/dispatch [:navigate-back])}]
|
:on-press #(rf/dispatch [:navigate-back])}]
|
||||||
[react/scroll-view
|
[react/scroll-view
|
||||||
[components/list-header (i18n/label :t/data-syncing)]
|
[components/list-header (i18n/label :t/data-syncing)]
|
||||||
[list.item/list-item
|
|
||||||
{:size :small
|
|
||||||
:title (i18n/label :t/mobile-network-settings)
|
|
||||||
:accessibility-label :notifications-button
|
|
||||||
:on-press #(re-frame/dispatch [:navigate-to :mobile-network-settings])
|
|
||||||
:chevron true
|
|
||||||
:accessory :text
|
|
||||||
:accessory-text (if syncing-on-mobile-network?
|
|
||||||
(i18n/label :t/mobile-network-use-mobile)
|
|
||||||
(i18n/label :t/mobile-network-use-wifi))}]
|
|
||||||
[list.item/list-item
|
[list.item/list-item
|
||||||
{:size :small
|
{:size :small
|
||||||
:title (i18n/label :t/backup-settings)
|
:title (i18n/label :t/backup-settings)
|
||||||
|
|
Loading…
Reference in New Issue