forked from organicmaps/organicmaps
[ios] Fixed map download dialog layout refresh.
This commit is contained in:
parent
732b086aa5
commit
a095f3e4e4
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ using namespace storage;
|
|||
{
|
||||
[self removeFromSuperview];
|
||||
}
|
||||
|
||||
if (self.superview)
|
||||
[self setNeedsLayout];
|
||||
}
|
||||
|
||||
- (void)addToSuperview
|
||||
|
|
Loading…
Add table
Reference in a new issue