mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
Add improved handling for credit card errors.
This commit is contained in:
committed by
Cody Henthorne
parent
643206b946
commit
40cf87307a
@@ -130,6 +130,9 @@
|
||||
<action
|
||||
android:id="@+id/action_creditCardFragment_to_yourInformationIsPrivateBottomSheet"
|
||||
app:destination="@id/yourInformationIsPrivateBottomSheet" />
|
||||
<action
|
||||
android:id="@+id/action_creditCardFragment_to_stripePaymentInProgressFragment"
|
||||
app:destination="@id/stripePaymentInProgressFragment" />
|
||||
</fragment>
|
||||
|
||||
<dialog
|
||||
|
||||
@@ -111,6 +111,9 @@
|
||||
<action
|
||||
android:id="@+id/action_creditCardFragment_to_yourInformationIsPrivateBottomSheet"
|
||||
app:destination="@id/yourInformationIsPrivateBottomSheet" />
|
||||
<action
|
||||
android:id="@+id/action_creditCardFragment_to_stripePaymentInProgressFragment"
|
||||
app:destination="@id/stripePaymentInProgressFragment" />
|
||||
</fragment>
|
||||
|
||||
<dialog
|
||||
|
||||
Reference in New Issue
Block a user