[iOS] fix open app by tapping on review notification

This commit is contained in:
Aleksey Belouosv 2019-02-26 12:53:52 +03:00 committed by Aleksey Belousov
parent c8114de9d7
commit ebbc715bb2

View file

@ -60,7 +60,7 @@ static NSString *const kReadableName = @"readableName";
}
- (notifications::NotificationCandidate)notificationCandidate {
notifications::NotificationCandidate nc;
notifications::NotificationCandidate nc(notifications::NotificationCandidate::Type::UgcReview);
nc.SetDefaultName(self.defaultName.UTF8String);
nc.SetBestFeatureType(self.bestType.UTF8String);
nc.SetPos(m2::PointD(self.x, self.y));