Skip to content

Commit

Permalink
remove a bit i missed in the merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed May 8, 2014
1 parent 121f16a commit 10951ae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions prefs/HBListController.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ - (void)viewWillAppear:(BOOL)animated {
}
}

- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];

UITableView *tableView = [self respondsToSelector:@selector(table)] ? self.table : self.view;

// fix weird bug where selected row doesn't deselect
// thanks insanj <4
[tableView deselectRowAtIndexPath:tableView.indexPathForSelectedRow animated:YES];
}

- (void)viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:animated];

Expand Down

0 comments on commit 10951ae

Please sign in to comment.