Refactor title view

This commit is contained in:
ismailgulek
2021-11-19 16:32:42 +03:00
parent 6fc7142b51
commit 9cc79051ae
3 changed files with 65 additions and 101 deletions
@@ -41,7 +41,7 @@ class ThreadViewController: RoomViewController {
return
}
threadTitleView.threadId = threadId
threadTitleView.mode = .specificThread(threadId: threadId)
}
}