forked from organicmaps/organicmaps
[ios] Line update after changing metrics
This commit is contained in:
parent
1e35f5a6f8
commit
b028c55b98
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "../../../platform/preferred_languages.hpp"
|
||||
#import "MapViewController.h"
|
||||
#import "MapsAppDelegate.h"
|
||||
#import "Framework.h"
|
||||
|
||||
typedef NS_ENUM(NSUInteger, Section)
|
||||
{
|
||||
|
@ -39,6 +40,12 @@ typedef NS_ENUM(NSUInteger, Section)
|
|||
[super viewWillAppear:animated];
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated
|
||||
{
|
||||
[super viewWillDisappear:animated];
|
||||
GetFramework().Invalidate(true);
|
||||
}
|
||||
|
||||
#pragma mark - Table view data source
|
||||
|
||||
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
|
||||
|
|
Loading…
Add table
Reference in a new issue