mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Fix - tableView cellForRowAtIndexPath:
return a fake cell to prevent app from crashing.
This commit is contained in:
@@ -223,7 +223,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
return nil;
|
||||
// Return a fake cell to prevent app from crashing.
|
||||
return [[UITableViewCell alloc] init];
|
||||
}
|
||||
|
||||
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
|
||||
Reference in New Issue
Block a user