forked from organicmaps/organicmaps
Fix crash on iPad2. Closes #159
This commit is contained in:
parent
7e881b97b8
commit
93d829e2f0
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
|
||||
[[self controller] onResize:self.frame.size.width * scaleFactor withHeight:self.frame.size.height * scaleFactor];
|
||||
[self onSize:self.frame.size.width * scaleFactor withHeight:self.frame.size.height * scaleFactor];
|
||||
[self drawView];
|
||||
// This crashes on iPad: [self drawView];
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
|
|
Loading…
Add table
Reference in a new issue