Add DiaconnG8 in userEntry sources

This commit is contained in:
Philoul 2021-07-14 17:31:35 +02:00
parent d0cde1b07a
commit 7c9ea0b528
5 changed files with 4 additions and 0 deletions

View file

@ -264,6 +264,7 @@ class Translator @Inject internal constructor(
Sources.DanaRC -> TODO()
Sources.DanaRv2 -> TODO()
Sources.DanaRS -> TODO()
Sources.DiaconnG8 -> TODO()
Sources.Insight -> TODO()
Sources.Combo -> TODO()
Sources.Medtronic -> TODO()

View file

@ -129,6 +129,7 @@ class UserEntryMapper {
DanaRC (UserEntry.Sources.DanaRC),
DanaRv2 (UserEntry.Sources.DanaRv2),
DanaRS (UserEntry.Sources.DanaRS),
DiaconnG8 (UserEntry.Sources.DiaconnG8),
Insight (UserEntry.Sources.Insight),
Combo (UserEntry.Sources.Combo),
Medtronic (UserEntry.Sources.Medtronic),

View file

@ -83,6 +83,7 @@ class UserEntryPresentationHelper @Inject constructor(
Sources.DanaRC -> R.drawable.ic_danars_128
Sources.DanaRv2 -> 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.Combo -> R.drawable.ic_combo_128
Sources.Medtronic -> R.drawable.ic_veo_128

View file

@ -157,6 +157,7 @@ data class UserEntry(
DanaRC, //No entry currently
DanaRv2, //No entry currently
DanaRS, //No entry currently
DiaconnG8, //No entry currently
Insight, //No entry currently
Combo, //No entry currently
Medtronic, //No entry currently