[ios] Fixed map download dialog layout refresh.

This commit is contained in:
Ilya Grechuhin 2016-05-10 13:52:15 +03:00 committed by Vladimir Byko-Ianko
parent 732b086aa5
commit a095f3e4e4

View file

@ -167,6 +167,9 @@ using namespace storage;
{
[self removeFromSuperview];
}
if (self.superview)
[self setNeedsLayout];
}
- (void)addToSuperview