Fix crash

pull/79/head
Niels Andriesse 6 years ago
parent 32b772bbee
commit a40c21881e

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

Loading…
Cancel
Save