diff --git a/Sources/YTStockVolumeHUD.xm.bak b/Sources/YTStockVolumeHUD.xm.bak deleted file mode 100644 index 37a6734..0000000 --- a/Sources/YTStockVolumeHUD.xm.bak +++ /dev/null @@ -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); - } -}