Requests insets on resume for chat fragment

This makes sure that the chatbox/views are back to default
This commit is contained in:
Hafiz 2025-06-16 09:37:10 -05:00
parent 85b374a354
commit 2210ecae63

View file

@ -176,6 +176,7 @@ open class ChatFragment : BaseFragment<FragmentChatBinding>() {
override fun onResume() {
super.onResume()
binding?.root?.let { ViewCompat.requestApplyInsets(it) }
setNavigatedToFragment()
}