Data: fir threading
This commit is contained in:
parent
6afd2678f1
commit
a3fb086912
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class CommandQueueImplementation @Inject constructor(
|
||||||
}
|
}
|
||||||
removeAll(CommandType.BOLUS)
|
removeAll(CommandType.BOLUS)
|
||||||
removeAll(CommandType.SMB_BOLUS)
|
removeAll(CommandType.SMB_BOLUS)
|
||||||
Thread { activePlugin.activePump.stopBolusDelivering() }.run()
|
Thread { activePlugin.activePump.stopBolusDelivering() }.start()
|
||||||
}
|
}
|
||||||
|
|
||||||
// returns true if command is queued
|
// returns true if command is queued
|
||||||
|
|
Loading…
Reference in a new issue