[iOS] nullify deeplink if the linlk has been processed

This commit is contained in:
Zoia Pribytkova 2019-05-07 14:34:04 +03:00 committed by Arsentiy Milchakov
parent 84c366f946
commit 10e8f7ccd9

View file

@ -204,6 +204,7 @@ final class CatalogWebViewController: WebViewController {
}
func processDeeplink(_ url: URL) {
self.deeplink = nil
guard let categoryInfo = parseUrl(url) else {
MWMAlertViewController.activeAlert().presentInfoAlert(L("title_error_downloading_bookmarks"),
text: L("subtitle_error_downloading_guide"))