|
|
|
@ -110,8 +110,10 @@ final class LandingVC : UIViewController, LinkDeviceVCDelegate, DeviceLinkingMod
|
|
|
|
|
|
|
|
|
|
|
|
override func viewDidDisappear(_ animated: Bool) {
|
|
|
|
override func viewDidDisappear(_ animated: Bool) {
|
|
|
|
super.viewDidAppear(animated)
|
|
|
|
super.viewDidAppear(animated)
|
|
|
|
|
|
|
|
if let fakeChatViewContentOffset = fakeChatViewContentOffset {
|
|
|
|
fakeChatView.contentOffset = fakeChatViewContentOffset
|
|
|
|
fakeChatView.contentOffset = fakeChatViewContentOffset
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// MARK: Interaction
|
|
|
|
// MARK: Interaction
|
|
|
|
@objc private func register() {
|
|
|
|
@objc private func register() {
|
|
|
|
|