Skip to content

Commit

Permalink
Remove animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunn committed Sep 3, 2024
1 parent ba241fc commit aa97877
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ struct DuckPlayerOnboardingModalView: View {

case .onboardingOptions:
DuckPlayerOnboardingChoiceView(turnOnButtonPressed: {
withAnimation {
viewModel.currentView = .confirmation
}
viewModel.currentView = .confirmation
viewModel.handleTurnOnCTA()
}, notNowPressed: viewModel.handleNotNowCTA)
}
Expand Down

0 comments on commit aa97877

Please sign in to comment.