[ios] Fixed issues with Panoramax button not working as intented

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-06-23 20:53:18 +02:00
committed by Konstantin Pastbin
parent b4f115a8fa
commit a985bf8349
2 changed files with 4 additions and 1 deletions

View File

@@ -365,7 +365,7 @@ class PlacePageInfoViewController: UIViewController {
}
if let panoramax = placePageInfoData.panoramax {
panoramaxView = createInfoItem(panoramax,
panoramaxView = createInfoItem(L("panoramax"),
icon: UIImage(named: "ic_placepage_panoramax"),
style: .link,
tapHandler: { [weak self] in