Fix crash when dismissing mention picker late.

This commit is contained in:
Cody Henthorne
2023-07-14 10:54:10 -04:00
committed by Nicholas Tinsley
parent fe509838f4
commit 09813d5dbd

View File

@@ -126,7 +126,7 @@ class InlineQueryResultsControllerV2(
emojiPopup = null
mentionFragment?.let {
parentFragment.childFragmentManager.commit {
parentFragment.childFragmentManager.commit(allowStateLoss = true) {
hide(it)
}
}