[ios] Fixed report problem's UI bug.

This commit is contained in:
VladiMihaylenko 2016-03-28 15:21:54 +03:00
parent 15eb57f03f
commit df7cc84584

View file

@ -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