Skip to content

Commit 6230e61

Browse files
committed
Checkin Result Card: Do not GONE attendeename, as this might make other texts cut into the order number (Z#23231039)
1 parent 1b30c55 commit 6230e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pretixscan/app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
534534
android:textSize="@dimen/card_result_test_size_medium"
535535
android:textStyle="bold"
536-
android:visibility="@{data.attendeeName != null && !"null".equals(data.attendeeName) ? View.VISIBLE : View.GONE}"
536+
android:visibility="@{data.attendeeName != null && !"null".equals(data.attendeeName) ? View.VISIBLE : View.INVISIBLE}"
537537
app:layout_constraintEnd_toStartOf="@+id/tvOrderCodeAndPositionId"
538538
app:layout_constraintStart_toStartOf="parent"
539539
app:layout_constraintTop_toTopOf="parent"

0 commit comments

Comments
 (0)