forked from organicmaps/organicmaps
[ios] Added missing [super layoutSubviews] method call.
This commit is contained in:
parent
7252046835
commit
d654ea29be
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ double getExactDPI(double contentScaleFactor)
|
|||
CGSize const s = self.bounds.size;
|
||||
[self onSize:s.width withHeight:s.height];
|
||||
}
|
||||
[super layoutSubviews];
|
||||
}
|
||||
|
||||
- (void)deallocateNative
|
||||
|
|
Loading…
Add table
Reference in a new issue