Skip to content

Commit

Permalink
fix(iOS): update current time in StopDetailsView (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
boringcactus authored Sep 9, 2024
1 parent fc15fe3 commit 217ac0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iosApp/iosApp/Pages/StopDetails/StopDetailsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ struct StopDetailsView: View {
}
}
}
.onReceive(timer) { input in
now = input
}
.task {
do {
globalResponse = try await globalRepository.getGlobalData()
Expand Down

0 comments on commit 217ac0b

Please sign in to comment.