Keep user in gift flow after payment error instead of finishing the activity.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
parent
38f31528ff
commit
27ddd62d7a
@ -306,7 +306,5 @@ class GiftFlowConfirmationFragment :
|
||||
|
||||
override fun navigateToDonationPending(inAppPayment: InAppPaymentTable.InAppPayment) = error("Not supported for gifts")
|
||||
|
||||
override fun exitCheckoutFlow() {
|
||||
requireActivity().finishAfterTransition()
|
||||
}
|
||||
override fun exitCheckoutFlow() = Unit
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user