Stay scrolled at bottom when expanding collapse sets
This commit is contained in:
parent
f5806db594
commit
dc3827ed5f
@ -545,6 +545,14 @@ extension ConversationViewController: CVLoadCoordinatorDelegate {
|
||||
}
|
||||
}
|
||||
|
||||
if
|
||||
scrollAction.action == .none,
|
||||
update.loadRequest.preferredScrollContinuityAnchorInteractionId != nil,
|
||||
isScrolledToBottom
|
||||
{
|
||||
scrollAction = CVScrollAction(action: .bottomOfLoadWindow, isAnimated: false)
|
||||
}
|
||||
|
||||
if .loadOlder == renderState.loadType {
|
||||
scrollAction = .none
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user