forked from organicmaps/organicmaps-tmp
[iOS] nullify deeplink if the linlk has been processed
This commit is contained in:
parent
84c366f946
commit
10e8f7ccd9
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue