mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Hide jump to unread button on threads, override scroll to bottom action, fix #5264
This commit is contained in:
@@ -74,6 +74,10 @@ class ThreadViewController: RoomViewController {
|
||||
// no-op
|
||||
}
|
||||
|
||||
override func scrollToBottomAction(_ sender: Any) {
|
||||
scrollBubblesTableViewToBottom(animated: true)
|
||||
}
|
||||
|
||||
private func showThreadActions() {
|
||||
let alertController = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user