Skip to content

Commit

Permalink
Temporarily disable uYou's bouncy animation cause it's buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Dec 26, 2023
1 parent b594765 commit 1b0f4bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/uYouPlusPatches.xm
Original file line number Diff line number Diff line change
Expand Up @@ -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, *)) {
Expand Down

0 comments on commit 1b0f4bc

Please sign in to comment.