Data: fir threading

This commit is contained in:
Milos Kozak 2022-06-13 15:58:39 +02:00
parent 6afd2678f1
commit a3fb086912

View file

@ -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