From 04fc5071eaf3c16ebc232aa31bc0ae00cdc0d651 Mon Sep 17 00:00:00 2001 From: anthony4m Date: Mon, 18 Nov 2024 16:56:00 +0000 Subject: [PATCH] #183 updated list from category of informant to source information --- sormas-app/app/src/main/res/layout/row_ebs_list_item_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sormas-app/app/src/main/res/layout/row_ebs_list_item_layout.xml b/sormas-app/app/src/main/res/layout/row_ebs_list_item_layout.xml index fcfe8beac10..4ac014a2af8 100644 --- a/sormas-app/app/src/main/res/layout/row_ebs_list_item_layout.xml +++ b/sormas-app/app/src/main/res/layout/row_ebs_list_item_layout.xml @@ -106,7 +106,7 @@ android:scrollHorizontally="true" android:maxLines="1" android:ellipsize="end" - app:value="@{data.categoryOfInformant}" + app:value="@{data.sourceInformation}" app:defaultValue='@{@string/value_type_unknown}' />