forked from organicmaps/organicmaps-tmp
[iOS] fix 'more reviews' button in PP
This commit is contained in:
parent
d61ad24f80
commit
40abc6628d
1 changed files with 4 additions and 1 deletions
|
@ -82,7 +82,10 @@ extension PlacePageInteractor: AddReviewViewControllerDelegate {
|
|||
|
||||
extension PlacePageInteractor: PlacePageReviewsViewControllerDelegate {
|
||||
func didPressMoreReviews() {
|
||||
|
||||
let moreReviews = viewController!.storyboard!.instantiateViewController(ofType: MoreReviewsViewController.self)
|
||||
moreReviews.ugcData = placePageData.ugcData
|
||||
moreReviews.title = placePageData.previewData.title
|
||||
MapViewController.shared()?.navigationController?.pushViewController(moreReviews, animated: true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue