Temporarily disable uYou's bouncy animation cause it's buggy

This commit is contained in:
Foxster 2023-12-25 17:53:08 -08:00
parent b594765d69
commit 1b0f4bc81b

View file

@ -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, *)) {