mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
SecurityViewController: Fix crash
but this code is not used in production
This commit is contained in:
@@ -1768,7 +1768,7 @@ TableViewSectionsDelegate>
|
||||
|
||||
if (indexPath)
|
||||
{
|
||||
[self buttonCellForTableView:self.tableView atIndexPath:indexPath];
|
||||
cell = [self buttonCellForTableView:self.tableView atIndexPath:indexPath];
|
||||
}
|
||||
|
||||
return cell;
|
||||
|
||||
Reference in New Issue
Block a user