forked from organicmaps/organicmaps
[iOS] fix open app by tapping on review notification
This commit is contained in:
parent
c8114de9d7
commit
ebbc715bb2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue