parent
5e6350d142
commit
2230e71093
2 changed files with 2 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ impl AppState {
|
|||
(ControlFlow::Wait, ControlFlow::Wait) => {
|
||||
let start = Instant::now();
|
||||
self.set_state(AppStateImpl::Waiting { start });
|
||||
self.waker.stop()
|
||||
},
|
||||
(ControlFlow::WaitUntil(old_instant), ControlFlow::WaitUntil(new_instant))
|
||||
if old_instant == new_instant =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue