fix(keycard): stuck keycard flows, which ought to be re-run, are fixed

This commit is contained in:
Sale Djenic 2024-01-18 10:09:11 +01:00 committed by saledjenic
parent 7eb4d8bff9
commit 206cf0edf5
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ QtObject:
let tmpFlow = self.currentFlow
self.cancelCurrentFlow()
self.currentFlow = tmpFlow
self.runTimer(ReRunCurrentFlowInterval, "reRunCurrentFlowLater")
self.runTimer(ReRunCurrentFlowInterval, $TimerReason.ReRunCurrentFlowLater)
proc registerForKeycardAvailability*(self: Service, p: proc()) =
if not self.busy: