From 377a2f0a66f3b59a398fbdcb2ac12882ca6d9223 Mon Sep 17 00:00:00 2001 From: Zoia Pribytkova Date: Tue, 30 Apr 2019 15:22:43 +0300 Subject: [PATCH] [iOS] Do not show Tips and Tricks above the deeplink --- iphone/Maps/Classes/DeepLinkHandler.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/iphone/Maps/Classes/DeepLinkHandler.swift b/iphone/Maps/Classes/DeepLinkHandler.swift index bc1ca2dfca..4e5f6b14b4 100644 --- a/iphone/Maps/Classes/DeepLinkHandler.swift +++ b/iphone/Maps/Classes/DeepLinkHandler.swift @@ -123,6 +123,5 @@ fileprivate enum DeeplinkType { case .common: DeepLinkHelper.handleCommonUrl(url) } - reset() } }