Add DiaconnG8 in userEntry sources
This commit is contained in:
parent
d0cde1b07a
commit
7c9ea0b528
|
@ -264,6 +264,7 @@ class Translator @Inject internal constructor(
|
||||||
Sources.DanaRC -> TODO()
|
Sources.DanaRC -> TODO()
|
||||||
Sources.DanaRv2 -> TODO()
|
Sources.DanaRv2 -> TODO()
|
||||||
Sources.DanaRS -> TODO()
|
Sources.DanaRS -> TODO()
|
||||||
|
Sources.DiaconnG8 -> TODO()
|
||||||
Sources.Insight -> TODO()
|
Sources.Insight -> TODO()
|
||||||
Sources.Combo -> TODO()
|
Sources.Combo -> TODO()
|
||||||
Sources.Medtronic -> TODO()
|
Sources.Medtronic -> TODO()
|
||||||
|
|
|
@ -129,6 +129,7 @@ class UserEntryMapper {
|
||||||
DanaRC (UserEntry.Sources.DanaRC),
|
DanaRC (UserEntry.Sources.DanaRC),
|
||||||
DanaRv2 (UserEntry.Sources.DanaRv2),
|
DanaRv2 (UserEntry.Sources.DanaRv2),
|
||||||
DanaRS (UserEntry.Sources.DanaRS),
|
DanaRS (UserEntry.Sources.DanaRS),
|
||||||
|
DiaconnG8 (UserEntry.Sources.DiaconnG8),
|
||||||
Insight (UserEntry.Sources.Insight),
|
Insight (UserEntry.Sources.Insight),
|
||||||
Combo (UserEntry.Sources.Combo),
|
Combo (UserEntry.Sources.Combo),
|
||||||
Medtronic (UserEntry.Sources.Medtronic),
|
Medtronic (UserEntry.Sources.Medtronic),
|
||||||
|
|
|
@ -83,6 +83,7 @@ class UserEntryPresentationHelper @Inject constructor(
|
||||||
Sources.DanaRC -> R.drawable.ic_danars_128
|
Sources.DanaRC -> R.drawable.ic_danars_128
|
||||||
Sources.DanaRv2 -> R.drawable.ic_danars_128
|
Sources.DanaRv2 -> R.drawable.ic_danars_128
|
||||||
Sources.DanaRS -> R.drawable.ic_danars_128
|
Sources.DanaRS -> R.drawable.ic_danars_128
|
||||||
|
Sources.DiaconnG8 -> R.drawable.ic_diaconn_g8
|
||||||
Sources.Insight -> R.drawable.ic_insight_128
|
Sources.Insight -> R.drawable.ic_insight_128
|
||||||
Sources.Combo -> R.drawable.ic_combo_128
|
Sources.Combo -> R.drawable.ic_combo_128
|
||||||
Sources.Medtronic -> R.drawable.ic_veo_128
|
Sources.Medtronic -> R.drawable.ic_veo_128
|
||||||
|
|
|
@ -157,6 +157,7 @@ data class UserEntry(
|
||||||
DanaRC, //No entry currently
|
DanaRC, //No entry currently
|
||||||
DanaRv2, //No entry currently
|
DanaRv2, //No entry currently
|
||||||
DanaRS, //No entry currently
|
DanaRS, //No entry currently
|
||||||
|
DiaconnG8, //No entry currently
|
||||||
Insight, //No entry currently
|
Insight, //No entry currently
|
||||||
Combo, //No entry currently
|
Combo, //No entry currently
|
||||||
Medtronic, //No entry currently
|
Medtronic, //No entry currently
|
||||||
|
|
Loading…
Reference in a new issue