fix(keycard): stuck keycard flows, which ought to be re-run, are fixed
This commit is contained in:
parent
7eb4d8bff9
commit
206cf0edf5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue