Refactor title view

This commit is contained in:
ismailgulek
2021-11-19 16:32:42 +03:00
parent 6083715eb2
commit 4bec86ca6f
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)
}
}