diff --git a/Sources/uYouPlusPatches.xm b/Sources/uYouPlusPatches.xm index 9926bd4..649dd25 100644 --- a/Sources/uYouPlusPatches.xm +++ b/Sources/uYouPlusPatches.xm @@ -172,6 +172,12 @@ BOOL isYTPlaybackActive = NO; } %end +// Temporarily disable uYou's bouncy animation cause it's buggy +%hook SSBouncyButton +- (void)beginShrinkAnimation {} +- (void)beginEnlargeAnimation {} +%end + %ctor { %init; if (@available(iOS 16, *)) {