changeset 4476 | 4bf74e158f44 |
parent 4284 | 57a501a69e5f |
child 4976 | 088d40d8aba2 |
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.m Tue Dec 07 01:18:43 2010 +0100 +++ b/project_files/HedgewarsMobile/Classes/LevelViewController.m Wed Dec 08 14:47:52 2010 +0100 @@ -177,7 +177,6 @@ self.lastIndexPath = indexPath; [self.tableView selectRowAtIndexPath:indexPath animated:YES scrollPosition:UITableViewScrollPositionNone]; } - [self.navigationController popViewControllerAnimated:YES]; } [self.tableView deselectRowAtIndexPath:indexPath animated:YES]; }