Fixed chat room not scrolling to bottom when receving/sending message if we are already on the bottom

This commit is contained in:
Sylvain Berfini 2022-01-14 10:03:33 +01:00
parent 891be0eb9b
commit fa33a7f29f

View file

@ -556,6 +556,7 @@ class DetailChatRoomFragment : MasterFragment<ChatRoomDetailFragmentBinding, Cha
binding.setScrollToBottomClickListener {
scrollToFirstUnreadMessageOrBottom(true)
viewModel.isUserScrollingUp.value = false
}
if (textToShare?.isNotEmpty() == true) {