|
@@ -792,6 +792,8 @@ static const NSInteger kFLEXObjectExplorerScopeIncludeInheritanceIndex = 1;
|
|
|
UIViewController *detailViewController = [self drillInViewControllerForRow:indexPath.row inExplorerSection:explorerSection];
|
|
UIViewController *detailViewController = [self drillInViewControllerForRow:indexPath.row inExplorerSection:explorerSection];
|
|
|
if (detailViewController) {
|
|
if (detailViewController) {
|
|
|
[self.navigationController pushViewController:detailViewController animated:YES];
|
|
[self.navigationController pushViewController:detailViewController animated:YES];
|
|
|
|
|
+ } else {
|
|
|
|
|
+ [tableView deselectRowAtIndexPath:indexPath animated:YES];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|