typo
This commit is contained in:
parent
c50757a2d1
commit
a3cacc75fe
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
||||||
|
|
||||||
override fun getPumpStatus(reason: String) {
|
override fun getPumpStatus(reason: String) {
|
||||||
if (reason != "REQUESTED BY USER" && !podStateManager.isActivationCompleted) {
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue