remove test 'active command'
This commit is contained in:
parent
e7cc35a132
commit
44c7747405
|
@ -308,15 +308,6 @@ class OmnipodDashOverviewFragment : DaggerFragment() {
|
|||
})
|
||||
*/
|
||||
|
||||
// TODO: Active command
|
||||
if (podStateManager.activeCommand != null) {
|
||||
podInfoBinding.podExpiryDate.setTextColor(Color.RED)
|
||||
podInfoBinding.podExpiryDate.text = "Active command"
|
||||
} else {
|
||||
podInfoBinding.podExpiryDate.text = PLACEHOLDER
|
||||
podInfoBinding.podExpiryDate.setTextColor(Color.WHITE)
|
||||
}
|
||||
|
||||
// Update Pod expiry time
|
||||
val expiresAt = getExpiryAt()
|
||||
if (expiresAt is Nothing) {
|
||||
|
|
Loading…
Reference in a new issue