[cherry] [MAPSME-5085] [release-74-visible-area] [ios] Fixed endless side buttons layout.

This commit is contained in:
Ilya Grechuhin 2017-07-18 18:09:22 +03:00 committed by Roman Kuznetsov
parent 57178639b4
commit e1a7684083

View file

@ -122,7 +122,7 @@ CGFloat const kButtonsBottomOffset = 6;
if (isLocationHidden)
[self fadeLocationButtonShow:YES];
}
[self setNeedsLayout];
[self layoutIfNeeded];
});
}