From 4ddd2458db019f3cac7639fe50253087c74eebd9 Mon Sep 17 00:00:00 2001 From: Yury Bogdanov Date: Mon, 19 Jul 2021 16:30:58 +0300 Subject: [PATCH] [ios] Enabled address copying for bookmarks Set canShowMenu's value to true for address view Signed-off-by: Yury Bogdanov --- .../UI/PlacePage/Components/PlacePageInfoViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift index 2311038a92..3d99000499 100644 --- a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift +++ b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift @@ -136,6 +136,7 @@ class PlacePageInfoViewController: UIViewController { if let address = placePageInfoData.address { addressView = createInfoItem(address, icon: UIImage(named: "ic_placepage_adress")) + addressView?.canShowMenu = true } if let formattedCoordinates = placePageInfoData.formattedCoordinates,