mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Fix scroll to bottom on send bug in CFv2.
This commit is contained in:
@@ -1679,6 +1679,7 @@ class ConversationFragment :
|
||||
)
|
||||
|
||||
disposables += send
|
||||
.doOnSubscribe { scrollToPositionDelegate.markListCommittedVersion() }
|
||||
.subscribeBy(
|
||||
onError = { t ->
|
||||
Log.w(TAG, "Error sending", t)
|
||||
@@ -1710,7 +1711,7 @@ class ConversationFragment :
|
||||
|
||||
conversationItemDecorations.unreadCount = 0
|
||||
|
||||
scrollToPositionDelegate.resetScrollPosition()
|
||||
scrollToPositionDelegate.resetScrollPositionAfterMarkListVersionSurpassed()
|
||||
attachmentManager.cleanup()
|
||||
|
||||
updateLinkPreviewState()
|
||||
|
||||
Reference in New Issue
Block a user