mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix crash if donation error dialog is dismissed after fragment disappears.
This commit is contained in:
@@ -327,7 +327,7 @@ class DonationCheckoutDelegate(
|
||||
errorDialog = null
|
||||
if (!tryAgain) {
|
||||
tryAgain = false
|
||||
fragment!!.findNavController().popBackStack()
|
||||
fragment?.findNavController()?.popBackStack()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user