forked from organicmaps/organicmaps
invalidating MapView after closing GuideView.
This commit is contained in:
parent
8c51bef70d
commit
6084d323d6
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
options:UIViewAnimationOptionTransitionNone
|
||||
completion:nil];
|
||||
[(UISegmentedControl *)sender setSelectedSegmentIndex:1];
|
||||
[[MapsAppDelegate theApp].mapViewController Invalidate];
|
||||
}
|
||||
|
||||
#pragma mark - View lifecycle
|
||||
|
|
Loading…
Add table
Reference in a new issue