Skip to content

Commit

Permalink
🚸 (GEK): Reduce continue button display delay
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz authored and ladislas committed Nov 26, 2024
1 parent 1d08716 commit e68f4f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ActivityViewViewModel: ObservableObject {
}

var delayAfterReinforcerAnimation: Double {
self.isReinforcerAnimationEnabled ? 5 : 0.5
self.isReinforcerAnimationEnabled ? 3.5 : 0.5
}

var isProgressBarVisible: Bool {
Expand Down

0 comments on commit e68f4f8

Please sign in to comment.