Add temp Aidex icon, will need updated
This commit is contained in:
parent
ec25aba8eb
commit
8d98e7005f
|
@ -63,6 +63,7 @@ class UserEntryPresentationHelper @Inject constructor(
|
||||||
Sources.Actions -> R.drawable.ic_action
|
Sources.Actions -> R.drawable.ic_action
|
||||||
Sources.Automation -> R.drawable.ic_automation
|
Sources.Automation -> R.drawable.ic_automation
|
||||||
Sources.BG -> R.drawable.ic_generic_cgm
|
Sources.BG -> R.drawable.ic_generic_cgm
|
||||||
|
Sources.Aidex -> R.drawable.ic_blooddrop_48
|
||||||
Sources.Dexcom -> R.drawable.ic_dexcom_g6
|
Sources.Dexcom -> R.drawable.ic_dexcom_g6
|
||||||
Sources.Eversense -> R.drawable.ic_eversense
|
Sources.Eversense -> R.drawable.ic_eversense
|
||||||
Sources.Glimp -> R.drawable.ic_glimp
|
Sources.Glimp -> R.drawable.ic_glimp
|
||||||
|
@ -226,4 +227,4 @@ class UserEntryPresentationHelper @Inject constructor(
|
||||||
|
|
||||||
private fun String.addWithSeparator(add: Any) =
|
private fun String.addWithSeparator(add: Any) =
|
||||||
this + (if (this.isBlank()) "" else " / ") + add.toString()
|
this + (if (this.isBlank()) "" else " / ") + add.toString()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue