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

@@ -273,4 +273,8 @@ class MessageBackupsFlowFragment : ComposeFragment(), InAppPaymentCheckoutDelega
override fun navigateToDonationPending(inAppPayment: InAppPaymentTable.InAppPayment) {
// TODO [message-backups] What do? Are we even supporting bank transfers?
}
override fun exitCheckoutFlow() {
requireActivity().finishAfterTransition()
}
}