This commit is contained in:
Andrei Vereha 2021-06-24 22:06:56 +02:00
parent c50757a2d1
commit a3cacc75fe

View file

@ -131,7 +131,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
override fun getPumpStatus(reason: String) {
if (reason != "REQUESTED BY USER" && !podStateManager.isActivationCompleted) {
// prevent races on BLE whent the pod is not activated
// prevent races on BLE when the pod is not activated
return
}