|
@@ -41,6 +41,11 @@ class ChatListController: UIViewController {
|
|
override func viewWillAppear(_ animated: Bool) {
|
|
override func viewWillAppear(_ animated: Bool) {
|
|
super.viewWillAppear(animated)
|
|
super.viewWillAppear(animated)
|
|
getChatList()
|
|
getChatList()
|
|
|
|
+
|
|
|
|
+ if RelayHelper.sharedInstance.isForwarding() {
|
|
|
|
+ chatTable.scrollToTop()
|
|
|
|
+ }
|
|
|
|
+
|
|
updateTitle()
|
|
updateTitle()
|
|
|
|
|
|
let nc = NotificationCenter.default
|
|
let nc = NotificationCenter.default
|