Fix su gestione rif nulla in bottomsheet
This commit is contained in:
parent
73e0f03886
commit
526bc11626
@ -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) : ""}"
|
||||
android:textAppearance="@style/TextAppearance.Material3.BodySmall"
|
||||
android:textColor="?attr/colorOutline"
|
||||
tools:text="Lavorazione"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user