mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Temporarily disable uYou's bouncy animation cause it's buggy
This commit is contained in:
parent
b594765d69
commit
1b0f4bc81b
1 changed files with 6 additions and 0 deletions
|
|
@ -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, *)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue