forked from organicmaps/organicmaps
[MAPSME-4890] [ios] Updated iPad place page display logic.
This commit is contained in:
parent
197a72cd62
commit
2f4c5b5c64
2 changed files with 1 additions and 7 deletions
|
@ -151,12 +151,6 @@ extern NSString * const kAlohalyticsTapEventKey;
|
|||
auto show = ^(place_page::Info const & info) {
|
||||
self.trafficButtonHidden = YES;
|
||||
[self.placePageManager show:info];
|
||||
if (IPAD)
|
||||
{
|
||||
auto ownerView = self.ownerController.view;
|
||||
[ownerView bringSubviewToFront:self.menuController.view];
|
||||
[ownerView bringSubviewToFront:self.navigationManager.routePreview];
|
||||
}
|
||||
};
|
||||
|
||||
using namespace network_policy;
|
||||
|
|
|
@ -60,7 +60,7 @@ CGFloat const kBottomOffset = 60;
|
|||
actionBar.alpha = 0;
|
||||
ppView.alpha = 0;
|
||||
ppView.origin = {- kPlacePageWidth, self.topBound};
|
||||
[self.ownerView addSubview:ppView];
|
||||
[self.ownerView insertSubview:ppView atIndex:0];
|
||||
|
||||
place_page_layout::animate(^{
|
||||
ppView.alpha = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue