SecurityViewController: Fix crash

but this code is not used in production
This commit is contained in:
manuroe
2021-06-15 16:07:30 +02:00
parent 25710e3082
commit b1444a2781

View File

@@ -1768,7 +1768,7 @@ TableViewSectionsDelegate>
if (indexPath)
{
[self buttonCellForTableView:self.tableView atIndexPath:indexPath];
cell = [self buttonCellForTableView:self.tableView atIndexPath:indexPath];
}
return cell;