Fix su gestione rif nulla in bottomsheet

This commit is contained in:
Giuseppe Scorrano 2025-02-19 09:37:09 +01:00
parent 73e0f03886
commit 526bc11626

View File

@ -186,7 +186,7 @@
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{GestioneToTextConverter.convert(mtbColr.gestioneRifEnum)}"
android:text="@{mtbColr.gestioneRifEnum != null ? GestioneToTextConverter.convert(mtbColr.gestioneRifEnum) : &quot;&quot;}"
android:textAppearance="@style/TextAppearance.Material3.BodySmall"
android:textColor="?attr/colorOutline"
tools:text="Lavorazione"/>