Navigate to main donation screen if user leaves for external app.

This commit is contained in:
Cody Henthorne
2023-11-03 12:56:03 -04:00
parent 20d26ad7ca
commit 528ccc1e9d
6 changed files with 28 additions and 18 deletions

View File

@@ -286,9 +286,7 @@ class GiftFlowConfirmationFragment :
override fun onProcessorActionProcessed() = Unit
override fun onUserCancelledPaymentFlow() {
findNavController().popBackStack(R.id.giftFlowConfirmationFragment, false)
}
override fun onUserLaunchedAnExternalApplication() = Unit
override fun navigateToDonationPending(gatewayRequest: GatewayRequest) = error("Unsupported operation")
}