Skip to content

Commit

Permalink
Make sure we reset the feature flag when upgrading to SSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Sep 12, 2024
1 parent 022cc59 commit d5d5751
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class HomeScreenViewModel: HomeScreenViewModelType, HomeScreenViewModelProtocol
case .skipRecoveryKeyConfirmation:
state.securityBannerMode = .dismissed
case .confirmSlidingSyncUpgrade:
appSettings.slidingSyncDiscovery = .native
actionsSubject.send(.logout)
case .skipSlidingSyncUpgrade:
state.slidingSyncMigrationBannerMode = .dismissed
Expand Down

0 comments on commit d5d5751

Please sign in to comment.