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:
Alex Hart 2026-06-05 12:11:02 -03:00 committed by Cody Henthorne
parent 38f31528ff
commit 27ddd62d7a

View File

@ -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
}