Skip to content

Commit 1b0f4bc

Browse files
Temporarily disable uYou's bouncy animation cause it's buggy
1 parent b594765 commit 1b0f4bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/uYouPlusPatches.xm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ BOOL isYTPlaybackActive = NO;
172172
}
173173
%end
174174

175+
// Temporarily disable uYou's bouncy animation cause it's buggy
176+
%hook SSBouncyButton
177+
- (void)beginShrinkAnimation {}
178+
- (void)beginEnlargeAnimation {}
179+
%end
180+
175181
%ctor {
176182
%init;
177183
if (@available(iOS 16, *)) {

0 commit comments

Comments
 (0)