forked from organicmaps/organicmaps
Change ugc rating default value.
This commit is contained in:
parent
c8b27f64df
commit
af715db73d
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ array<Class, 8> const kPreviewCells = {{[_MWMPPPTitle class],
|
|||
priceSetter:^(UILabel * _Nonnull) {
|
||||
}
|
||||
onAddReview:^{
|
||||
[MWMPlacePageManagerHelper showUGCAddReview:MWMRatingSummaryViewValueTypeGood
|
||||
[MWMPlacePageManagerHelper showUGCAddReview:MWMRatingSummaryViewValueTypeNoValue
|
||||
fromPreview:YES];
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue