forked from organicmaps/organicmaps
Merge pull request #3841 from igrechuhin/MAPSME-1747,MAPSME-1810
[ios] Hide zoo buttons on restart if disabled in settings.
This commit is contained in:
commit
9841d1c865
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ NSArray<UIImage *> * animationImages(NSString * animationTemplate, NSUInteger im
|
|||
self.sideView.topBound = 0.0;
|
||||
self.sideView.bottomBound = view.height;
|
||||
self.zoomSwipeEnabled = NO;
|
||||
self.zoomHidden = NO;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue