mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Fix crash when dismissing mention picker late.
This commit is contained in:
committed by
Nicholas Tinsley
parent
fe509838f4
commit
09813d5dbd
@@ -126,7 +126,7 @@ class InlineQueryResultsControllerV2(
|
||||
emojiPopup = null
|
||||
|
||||
mentionFragment?.let {
|
||||
parentFragment.childFragmentManager.commit {
|
||||
parentFragment.childFragmentManager.commit(allowStateLoss = true) {
|
||||
hide(it)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user