diff --git a/android/app/src/main/res/layout/fragment_offering_detail.xml b/android/app/src/main/res/layout/fragment_offering_detail.xml index eed126b3a..23cdbc801 100644 --- a/android/app/src/main/res/layout/fragment_offering_detail.xml +++ b/android/app/src/main/res/layout/fragment_offering_detail.xml @@ -363,7 +363,7 @@ app:condition="@{vm.offeringCondition}" app:currentCount="@{vm.currentCount}" app:debouncedOnClick="@{() -> vm.onParticipateClick()}" - app:isVisible="@{vm.isParticipated && !vm.loading}" + app:isVisible="@{!vm.isParticipated && !vm.loading}" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"