mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Requests insets on resume for chat fragment
This makes sure that the chatbox/views are back to default
This commit is contained in:
parent
85b374a354
commit
2210ecae63
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ open class ChatFragment : BaseFragment<FragmentChatBinding>() {
|
|||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
binding?.root?.let { ViewCompat.requestApplyInsets(it) }
|
||||
setNavigatedToFragment()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue