mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Fix back handling after a one-time donation is completed.
This commit is contained in:
committed by
Cody Henthorne
parent
be3d231fcc
commit
8f83bf43af
@@ -469,7 +469,7 @@ class DonateToSignalFragment :
|
||||
}
|
||||
|
||||
override fun onBoostThanksSheetDismissed() {
|
||||
findNavController().popBackStack()
|
||||
requireActivity().onBackPressedDispatcher.onBackPressed()
|
||||
}
|
||||
|
||||
override fun navigateToStripePaymentInProgress(inAppPayment: InAppPaymentTable.InAppPayment) {
|
||||
|
||||
Reference in New Issue
Block a user