[iOS] Do not show Tips and Tricks above the deeplink

This commit is contained in:
Zoia Pribytkova 2019-04-30 15:22:43 +03:00 committed by Arsentiy Milchakov
parent f72203f252
commit 377a2f0a66

View file

@ -123,6 +123,5 @@ fileprivate enum DeeplinkType {
case .common:
DeepLinkHelper.handleCommonUrl(url)
}
reset()
}
}