Fix jump-to-bottom sometimes jumping back up

Change-Id: I798247588b77d3dba0180a150b40def6e235efc7
This commit is contained in:
SpiritCroc 2022-11-22 10:42:21 +01:00
parent 15d8a916b1
commit 7c21cf0c93
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ class TimelineFragment :
}
private fun doJumpToBottom() {
scrollOnNewMessageCallback.initialForceScrollEventId = null
if (timelineViewModel.timeline?.isLive == false) {
scrollOnNewMessageCallback.forceScrollOnNextUpdate()
timelineViewModel.timeline?.restartWithEventId(null)