mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 06:09:32 +00:00
Fixed static analyzer warnings on API missuse
This commit is contained in:
@@ -119,6 +119,10 @@ NSString *const kMPIconCell = @"IconCell";
|
||||
association = item;
|
||||
}
|
||||
|
||||
if(nil == entry || nil == group || nil == association) {
|
||||
return nil;
|
||||
}
|
||||
|
||||
if([[tableColumn identifier] isEqualToString:kMPTitleCell]) {
|
||||
if(entry) {
|
||||
return entry.title;
|
||||
|
||||
Reference in New Issue
Block a user