typo
This commit is contained in:
parent
c50757a2d1
commit
a3cacc75fe
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue