diff --git a/app/src/main/res/layout/item_chargeprice.xml b/app/src/main/res/layout/item_chargeprice.xml index af08fbf6..4bf9898c 100644 --- a/app/src/main/res/layout/item_chargeprice.xml +++ b/app/src/main/res/layout/item_chargeprice.xml @@ -50,7 +50,7 @@ android:layout_marginEnd="4dp" android:text="@{item.provider}" android:textAppearance="@style/TextAppearance.MaterialComponents.Caption" - app:goneUnless="@{!item.provider.equals(item.tariffName)}" + app:goneUnless="@{!item.tariffName.startsWith(item.provider)}" app:layout_constraintBottom_toTopOf="@+id/rvTags" app:layout_constraintEnd_toStartOf="@+id/guideline5" app:layout_constraintStart_toStartOf="@+id/txtTariff"