Fix crash if donation error dialog is dismissed after fragment disappears.
This commit is contained in:
parent
a340b13f65
commit
d7b79314d9
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class DonationCheckoutDelegate(
|
|||
errorDialog = null
|
||||
if (!tryAgain) {
|
||||
tryAgain = false
|
||||
fragment!!.findNavController().popBackStack()
|
||||
fragment?.findNavController()?.popBackStack()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue