mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 02:32:10 +00:00
Delete Sources/YTStockVolumeHUD.xm.bak
This commit is contained in:
parent
5b8c064d2c
commit
4892fef465
1 changed files with 0 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
|||
#import "uYouPlus.h"
|
||||
|
||||
%group YTStockVolumeHUD // https://github.com/lilacvibes/YTStockVolumeHUD
|
||||
%hook YTVolumeBarView
|
||||
- (void)volumeChanged:(id)arg1 {
|
||||
%orig(nil);
|
||||
}
|
||||
%end
|
||||
|
||||
%hook UIApplication
|
||||
- (void)setSystemVolumeHUDEnabled:(BOOL)arg1 forAudioCategory:(id)arg2 {
|
||||
%orig(true, arg2);
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
||||
%ctor {
|
||||
if (IS_ENABLED(@"stockVolumeHUD_enabled")) {
|
||||
%init(YTStockVolumeHUD);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue