Merge pull request #1433 from NiculescuB/bugfixes

Fix "unable to buy that amount" appearing when viewing quests in inventory
This commit is contained in:
Phillip Thelen 2021-01-25 15:27:04 +01:00 committed by GitHub
commit 12ee81c8d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,13 +179,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"/>
<TextView
android:id="@+id/amount_error_label"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="@string/purchase_amount_error"
android:textSize="12sp"
android:textColor="@color/text_ternary"
android:layout_marginTop="@dimen/spacing_medium"
android:gravity="center_horizontal"/>
</merge>