mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix checkout flow activity close on error.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user