[MAPSME-3823] [ios] Fixed traffic button coloring update.

This commit is contained in:
Ilya Grechuhin 2017-02-10 11:32:46 +03:00 committed by Sergey Yershov
parent 677ec19c91
commit 5562457ce8

View file

@ -88,6 +88,7 @@ NSArray<UIImage *> * imagesWithName(NSString * name)
- (void)mwm_refreshUI
{
[self.view mwm_refreshUI];
[self refreshAppearance];
}
- (void)setHidden:(BOOL)hidden