Skip to content
Snippets Groups Projects
Commit b5ebf060 authored by Mohamed Metwalli's avatar Mohamed Metwalli
Browse files

Fix typo

parent 3fe347eb
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,12 @@ object DiaryData { ...@@ -14,12 +14,12 @@ object DiaryData {
val LIST_ITEMS = listOf( val LIST_ITEMS = listOf(
ListItem.Data( ListItem.Data(
R.drawable.ic_contact_diary_person_item, R.drawable.ic_contact_diary_person_item,
"Max Musterann" "Max Mustermann"
), ),
ListItem.Data( ListItem.Data(
R.drawable.ic_contact_diary_person_item, R.drawable.ic_contact_diary_person_item,
"Erika Musterann" "Erika Mustermann"
), ),
ListItem.Data( ListItem.Data(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment