Fix scroll to bottom behavior during fast fling.

This commit is contained in:
Alex Hart 2023-07-21 16:10:37 -03:00
parent 6191e003fc
commit e7a5f64fe5

View file

@ -852,10 +852,12 @@ class ConversationFragment :
presentGroupCallJoinButton()
binding.scrollToBottom.setOnClickListener {
binding.conversationItemRecycler.stopScroll()
scrollToPositionDelegate.resetScrollPosition()
}
binding.scrollToMention.setOnClickListener {
binding.conversationItemRecycler.stopScroll()
scrollToNextMention()
}