hide buttons if the pod is not activated
This commit is contained in:
parent
2680402f2e
commit
56852ac60e
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
|||
}
|
||||
|
||||
override fun isInitialized(): Boolean {
|
||||
return true
|
||||
return podStateManager.isPodRunning
|
||||
}
|
||||
|
||||
override fun isSuspended(): Boolean {
|
||||
|
|
Loading…
Reference in a new issue