mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +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
|
%end
|
||||||
|
|
||||||
|
// Temporarily disable uYou's bouncy animation cause it's buggy
|
||||||
|
%hook SSBouncyButton
|
||||||
|
- (void)beginShrinkAnimation {}
|
||||||
|
- (void)beginEnlargeAnimation {}
|
||||||
|
%end
|
||||||
|
|
||||||
%ctor {
|
%ctor {
|
||||||
%init;
|
%init;
|
||||||
if (@available(iOS 16, *)) {
|
if (@available(iOS 16, *)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue