Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 5adaec2

Browse files
authored
Update uYouPlus.xm
1 parent 7ac2539 commit 5adaec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uYouPlus.xm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ BOOL hidePaidPromotionCard() {
427427
NSURL *documentsURL = [paths lastObject];
428428
return [documentsURL URLByAppendingPathComponent:@"AppGroup"];
429429
}
430-
return %orig(arg1);
430+
return %orig(groupIdentifier);
431431
}
432432
%end
433433

0 commit comments

Comments
 (0)