Change ugc rating default value.

This commit is contained in:
VladiMihaylenko 2017-10-24 17:26:22 +03:00 committed by r.kuznetsov
parent c8b27f64df
commit af715db73d

View file

@ -251,7 +251,7 @@ array<Class, 8> const kPreviewCells = {{[_MWMPPPTitle class],
priceSetter:^(UILabel * _Nonnull) {
}
onAddReview:^{
[MWMPlacePageManagerHelper showUGCAddReview:MWMRatingSummaryViewValueTypeGood
[MWMPlacePageManagerHelper showUGCAddReview:MWMRatingSummaryViewValueTypeNoValue
fromPreview:YES];
}];
}