forked from organicmaps/organicmaps
[ios] Fixed rebase for iPad place page.
This commit is contained in:
parent
1685733154
commit
b1bb2a37df
1 changed files with 0 additions and 2 deletions
|
@ -277,7 +277,6 @@ typedef NS_ENUM(NSUInteger, MWMPlacePageManagerState)
|
|||
|
||||
UserMark const * bookmark = guard.m_controller.GetUserMark(bookmarkIndex);
|
||||
m_userMark.reset(new UserMarkCopy(bookmark, false));
|
||||
f.ActivateUserMark(bookmark, false);
|
||||
[NSNotificationCenter.defaultCenter postNotificationName:kBookmarksChangedNotification
|
||||
object:nil
|
||||
userInfo:nil];
|
||||
|
@ -301,7 +300,6 @@ typedef NS_ENUM(NSUInteger, MWMPlacePageManagerState)
|
|||
|
||||
PoiMarkPoint const * poi = f.GetAddressMark(bookmark->GetPivot());
|
||||
m_userMark.reset(new UserMarkCopy(poi, false));
|
||||
f.ActivateUserMark(poi, false);
|
||||
if (bookmarkCategory)
|
||||
{
|
||||
BookmarkCategory::Guard guard(*bookmarkCategory);
|
||||
|
|
Loading…
Add table
Reference in a new issue