forked from organicmaps/organicmaps
Merge pull request #3895 from igrechuhin/MAPSME-1998
[ios] Fixed compass location inavlid positioning on color scheme change.
This commit is contained in:
commit
0ddc220f15
1 changed files with 4 additions and 2 deletions
|
@ -144,8 +144,10 @@ using TInfoDisplays = NSHashTable<__kindof TInfoDisplay>;
|
|||
|
||||
- (void)mwm_refreshUI
|
||||
{
|
||||
[self.routePreview mwm_refreshUI];
|
||||
[self.navigationInfoView mwm_refreshUI];
|
||||
if (_routePreview)
|
||||
[self.routePreview mwm_refreshUI];
|
||||
if (_navigationInfoView)
|
||||
[self.navigationInfoView mwm_refreshUI];
|
||||
}
|
||||
|
||||
#pragma mark - Properties
|
||||
|
|
Loading…
Add table
Reference in a new issue