Implement going back to live room data sources for threads, fix bugs around it

This commit is contained in:
ismailgulek
2022-01-21 01:56:51 +03:00
parent ef05746fe8
commit f5512d1be4
3 changed files with 47 additions and 18 deletions

View File

@@ -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)