mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fixes #2147 - Automatically scroll the timeline to the bottom when sending a message
This commit is contained in:
parent
9ed35e8633
commit
0dbceceac3
@ -464,6 +464,8 @@ class RoomScreenViewModel: RoomScreenViewModelType, RoomScreenViewModelProtocol
|
||||
case .recordVoiceMessage, .previewVoiceMessage:
|
||||
fatalError("invalid composer mode.")
|
||||
}
|
||||
|
||||
state.timelineViewState.scrollToBottomPublisher.send(())
|
||||
}
|
||||
|
||||
private func trackComposerMode(_ mode: RoomScreenComposerMode) {
|
||||
|
1
changelog.d/2147.change
Normal file
1
changelog.d/2147.change
Normal file
@ -0,0 +1 @@
|
||||
Automatically scroll the timeline to the bottom when sending a message
|
Loading…
x
Reference in New Issue
Block a user