Skip to content

Commit

Permalink
refactor(car-animation): remove delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ImaginativeShohag committed Jul 9, 2024
1 parent 566357d commit c6ac532
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ fun RunningCarScreen() {

LaunchedEffect(Unit) {
while (true) {
delay(100)

animState.value = CarState.INITIAL

delay(3000)
Expand Down

0 comments on commit c6ac532

Please sign in to comment.