File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1068,7 +1068,7 @@ abstract class SettingsStoreBase with Store {
10681068 final showAddressBookPopupEnabled =
10691069 sharedPreferences.getBool (PreferencesKey .showAddressBookPopupEnabled) ?? true ;
10701070 final syncStatusDisplayMode = SyncStatusDisplayModeExtension .fromString (
1071- sharedPreferences.getString (PreferencesKey .syncStatusDisplayMode) ?? SyncStatusDisplayMode .eta .name);
1071+ sharedPreferences.getString (PreferencesKey .syncStatusDisplayMode) ?? SyncStatusDisplayMode .blocksRemaining .name);
10721072 final exchangeStatus = ExchangeApiMode .deserialize (
10731073 raw: sharedPreferences.getInt (PreferencesKey .exchangeStatusKey) ??
10741074 ExchangeApiMode .enabled.raw);
@@ -1595,7 +1595,7 @@ abstract class SettingsStoreBase with Store {
15951595 sharedPreferences.getBool (PreferencesKey .showAddressBookPopupEnabled) ??
15961596 showAddressBookPopupEnabled;
15971597 syncStatusDisplayMode = SyncStatusDisplayModeExtension .fromString (
1598- sharedPreferences.getString (PreferencesKey .syncStatusDisplayMode) ?? SyncStatusDisplayMode .eta .name);
1598+ sharedPreferences.getString (PreferencesKey .syncStatusDisplayMode) ?? SyncStatusDisplayMode .blocksRemaining .name);
15991599 exchangeStatus = ExchangeApiMode .deserialize (
16001600 raw: sharedPreferences.getInt (PreferencesKey .exchangeStatusKey) ??
16011601 ExchangeApiMode .enabled.raw);
You can’t perform that action at this time.
0 commit comments