mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-21 21:35:03 +00:00
Merge pull request #1457 from varunvjha/develop
Fix double cancel invitation buttons appearing
This commit is contained in:
commit
f7d92ddbf9
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue