Skip to content

Commit e59d901

Browse files
committed
fix: toast to snackbar
1 parent 48a743e commit e59d901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/fragment_attendee.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:layout_width="match_parent"
1111
android:layout_height="wrap_content">
1212

13-
<LinearLayout
13+
<LinearLayout
1414
android:layout_width="match_parent"
1515
android:layout_height="match_parent"
1616
android:background="@android:color/white"
@@ -451,6 +451,6 @@
451451
android:layout_gravity="center"
452452
android:elevation="@dimen/card_elevation"
453453
android:visibility="gone" />
454-
</LinearLayout>
454+
</LinearLayout>
455455
</androidx.coordinatorlayout.widget.CoordinatorLayout>
456456
</androidx.core.widget.NestedScrollView>

0 commit comments

Comments
 (0)