mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix scroll to bottom behavior during fast fling.
This commit is contained in:
@@ -852,10 +852,12 @@ class ConversationFragment :
|
||||
presentGroupCallJoinButton()
|
||||
|
||||
binding.scrollToBottom.setOnClickListener {
|
||||
binding.conversationItemRecycler.stopScroll()
|
||||
scrollToPositionDelegate.resetScrollPosition()
|
||||
}
|
||||
|
||||
binding.scrollToMention.setOnClickListener {
|
||||
binding.conversationItemRecycler.stopScroll()
|
||||
scrollToNextMention()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user