Fix scroll to bottom behavior during fast fling.
This commit is contained in:
parent
6191e003fc
commit
e7a5f64fe5
1 changed files with 2 additions and 0 deletions
|
@ -852,10 +852,12 @@ class ConversationFragment :
|
|||
presentGroupCallJoinButton()
|
||||
|
||||
binding.scrollToBottom.setOnClickListener {
|
||||
binding.conversationItemRecycler.stopScroll()
|
||||
scrollToPositionDelegate.resetScrollPosition()
|
||||
}
|
||||
|
||||
binding.scrollToMention.setOnClickListener {
|
||||
binding.conversationItemRecycler.stopScroll()
|
||||
scrollToNextMention()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue