From 9f7b36ff3ad41173fb28fdd098c9bfd8a20f06ea Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:27:07 -0600 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 57767f5..8249c0a 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -70,7 +70,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray *ide return YES; } - if (findCell((ASNodeController *)child, identifiers)) { // Cast to ASNodeController + if (findCell(child, identifiers)) { return YES; } }