forked from organicmaps/organicmaps
[ios] Fixed report problem's UI bug.
This commit is contained in:
parent
15eb57f03f
commit
df7cc84584
1 changed files with 1 additions and 6 deletions
|
@ -18,13 +18,8 @@ namespace
|
|||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
[self configNavBar];
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
self.placeDoesntExistCell.accessoryType = UITableViewCellAccessoryNone;
|
||||
[self configNavBar];
|
||||
}
|
||||
|
||||
- (void)configNavBar
|
||||
|
|
Loading…
Add table
Reference in a new issue