diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 738ceee..9821746 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -1576,7 +1576,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray *ide %end %hook UIKBTree - (long long)nativeIdiom { - return NO; + return YES; } %end %hook UIKBRenderer