mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 19:22:25 +00:00
simplified isHistory wrapper
This commit is contained in:
@@ -12,10 +12,8 @@
|
||||
|
||||
|
||||
- (BOOL)isHistory {
|
||||
if(self.asEntry) {
|
||||
return self.asEntry.isHistory;
|
||||
}
|
||||
return NO;
|
||||
/* nil call will return NO */
|
||||
return self.asEntry.isHistory;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user