Merge pull request #1457 from varunvjha/develop

Fix double cancel invitation buttons appearing
This commit is contained in:
Phillip Thelen 2021-01-25 15:30:57 +01:00 committed by GitHub
commit f7d92ddbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,8 +146,9 @@
android:id="@+id/quest_leave_button"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_marginEnd="8dp"
android:layout_height="wrap_content"
android:text="@string/quest_cancel"
android:text="@string/leave"
style="@style/HabiticaButton.Red" />
<Button