mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Implement going back to live room data sources for threads, fix bugs around it
This commit is contained in:
@@ -73,11 +73,7 @@ class ThreadViewController: RoomViewController {
|
||||
override func handleTypingNotification(_ typing: Bool) {
|
||||
// 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