Skip to content

Commit

Permalink
[Packages] Since there are no local sources don't even bother checking
Browse files Browse the repository at this point in the history
  • Loading branch information
wstyres committed Jun 4, 2021
1 parent 15e9b04 commit 328fe88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Zebra/Model/PLPackage+Zebra.mm
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ - (NSArray *)information {

NSString *sourceOrigin = [[self source] origin];
if (sourceOrigin) {
if (self.source.remote) {
// if (self.source.remote) {
NSDictionary *sourceOriginInfo = @{@"name": NSLocalizedString(@"Source", @""), @"value": sourceOrigin, @"cellType": @"info", @"class": @"ZBSourceViewController"};
[information addObject:sourceOriginInfo];
} else {
NSDictionary *sourceOriginInfo = @{@"name": NSLocalizedString(@"Source", @""), @"value": sourceOrigin, @"cellType": @"info"};
[information addObject:sourceOriginInfo];
}
// } else {
// NSDictionary *sourceOriginInfo = @{@"name": NSLocalizedString(@"Source", @""), @"value": sourceOrigin, @"cellType": @"info"};
// [information addObject:sourceOriginInfo];
// }
}

NSString *section = [self section];
Expand Down

0 comments on commit 328fe88

Please sign in to comment.