Fix issue when there is no display name
1 files changed, 2 insertions(+), 2 deletions(-) M vector/src/main/res/layout/fragment_user_code_show.xml
M vector/src/main/res/layout/fragment_user_code_show.xml => vector/src/main/res/layout/fragment_user_code_show.xml +2 -2
@@ 92,14 92,14 @@ <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:minWidth="300dp"> android:minWidth="300dp" android:paddingTop="40dp"> <TextView android:id="@+id/showUserCodeCardNameText" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginTop="40dp" android:layout_marginEnd="16dp" android:maxLines="1" android:singleLine="true"