From 8bd55062b41bb5598bba59417a90b57e720d3e9b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 29 Dec 2016 11:46:24 -0800 Subject: Seriously: not a single person actually helped :/. --- MobileCydia.mm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index 813a382..d25e070 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4637,10 +4637,7 @@ static _H Diversions_; } - (NSArray *) getDisplayIdentifiers { - NSSet *set([SBSCopyApplicationDisplayIdentifiers() autorelease]); - if (set == nil || ![set isKindOfClass:[NSSet class]]) - return [NSArray array]; - return [set allObjects]; + return SBSCopyApplicationDisplayIdentifiers(false, false); } - (NSString *) getLocalizedNameForDisplayIdentifier:(NSString *)identifier { -- cgit v1.2.3