Fix bug where media would not send after being selected in gallery.

This commit is contained in:
Alex Hart
2022-01-25 09:58:52 -04:00
parent 926f5b3cdf
commit 96844f046f
4 changed files with 34 additions and 32 deletions

View File

@@ -107,7 +107,7 @@ class GifKeyboardPageFragment : LoggingFragment(R.layout.gif_keyboard_page_fragm
}
private fun openGifSearch() {
AttachmentManager.selectGif(requireActivity(), ConversationParentFragment.PICK_GIF, host.isMms())
AttachmentManager.selectGif(requireParentFragment(), ConversationParentFragment.PICK_GIF, host.isMms())
}
interface Host {