Fix back handling after a one-time donation is completed.

This commit is contained in:
Alex Hart
2025-11-17 14:31:02 -04:00
committed by Cody Henthorne
parent be3d231fcc
commit 8f83bf43af

View File

@@ -469,7 +469,7 @@ class DonateToSignalFragment :
}
override fun onBoostThanksSheetDismissed() {
findNavController().popBackStack()
requireActivity().onBackPressedDispatcher.onBackPressed()
}
override fun navigateToStripePaymentInProgress(inAppPayment: InAppPaymentTable.InAppPayment) {