forked from organicmaps/organicmaps-tmp
[ios] place page reopening on map downloading is fixed for ios. review fixes
This commit is contained in:
parent
512354750b
commit
6fa24d9a8f
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ void RegisterEventIfPossible(eye::MapObject::Event::Type const type, place_page:
|
|||
}
|
||||
|
||||
- (void)update:(place_page::Info const &)info {
|
||||
if (!self.layout || !self.data)
|
||||
if (!self.isPPShown)
|
||||
return;
|
||||
|
||||
self.data = [[MWMPlacePageData alloc] initWithPlacePageInfo:info];
|
||||
|
|
Loading…
Add table
Reference in a new issue