mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
no message
This commit is contained in:
@@ -508,11 +508,10 @@ public class ChatListController: TelegramController, UIViewControllerPreviewingD
|
|||||||
chatController.canReadHistory.set(true)
|
chatController.canReadHistory.set(true)
|
||||||
chatController.updatePresentationMode(.standard(previewing: false))
|
chatController.updatePresentationMode(.standard(previewing: false))
|
||||||
if let navigationController = self.navigationController as? NavigationController {
|
if let navigationController = self.navigationController as? NavigationController {
|
||||||
navigateToChatController(navigationController: navigationController, chatController: chatController, account: self.account, chatLocation: chatController.chatLocation)
|
navigateToChatController(navigationController: navigationController, chatController: chatController, account: self.account, chatLocation: chatController.chatLocation, animated: false)
|
||||||
self.chatListDisplayNode.chatListNode.clearHighlightAnimated(true)
|
self.chatListDisplayNode.chatListNode.clearHighlightAnimated(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user