forked from organicmaps/organicmaps
[ios] Removed duplicate address
It was accidentally added in clipboard implementation Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
1b9c33f4cd
commit
d576c3e4a6
1 changed files with 0 additions and 4 deletions
|
@ -263,10 +263,6 @@ class PlacePageInfoViewController: UIViewController {
|
|||
})
|
||||
}
|
||||
|
||||
if let address = placePageInfoData.address {
|
||||
addressView = createInfoItem(address, icon: UIImage(named: "ic_placepage_adress"))
|
||||
}
|
||||
|
||||
if let address = placePageInfoData.address {
|
||||
addressView = createInfoItem(address,
|
||||
icon: UIImage(named: "ic_placepage_adress"),
|
||||
|
|
Loading…
Add table
Reference in a new issue