mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
26f566e1d4
commit
9f7b36ff3a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
|
|||
return YES;
|
||||
}
|
||||
|
||||
if (findCell((ASNodeController *)child, identifiers)) { // Cast to ASNodeController
|
||||
if (findCell(child, identifiers)) {
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue