Fix checkout flow activity close on error.

This commit is contained in:
Alex Hart
2024-08-08 15:21:02 -03:00
committed by mtang-signal
parent 385ba3590c
commit c880db0f4a
6 changed files with 26 additions and 3 deletions

View File

@@ -313,4 +313,8 @@ class GiftFlowConfirmationFragment :
override fun onUserLaunchedAnExternalApplication() = error("Not supported for gifts.")
override fun navigateToDonationPending(inAppPayment: InAppPaymentTable.InAppPayment) = error("Not supported for gifts")
override fun exitCheckoutFlow() {
requireActivity().finishAfterTransition()
}
}