fix: null checking

This commit is contained in:
CappielloAntonio 2024-08-30 17:19:58 +02:00
parent 6c6d56f451
commit 67e4079732
2 changed files with 6 additions and 3 deletions

View file

@ -27,9 +27,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:layout_marginEnd="12dp"
android:paddingEnd="12dp"
android:singleLine="true"
android:text="@string/label_placeholder"
tools:text="@string/label_placeholder"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/different_disk_divider"
app:layout_constraintStart_toStartOf="parent"