Skip to content

Commit

Permalink
Update ooniprobe/View/TestResults/TestSummaryViewController.m
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Basso <bassosimone@gmail.com>
  • Loading branch information
aanorbel and bassosimone authored Jan 22, 2024
1 parent 97bc350 commit 5a56dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooniprobe/View/TestResults/TestSummaryViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
// Check if it's a parent row
if (indexPath.row == 0) {
if (group.count == 1) {
// This is a parent with no children. Add your click listener code here.
// This is a parent with no children. Adding our click listener code.
segueObj = group[0];
[self goToDetails];
[tableView deselectRowAtIndexPath:indexPath animated:YES];
Expand Down

0 comments on commit 5a56dc1

Please # to comment.