diff --git a/uYouPlus.xm b/uYouPlus.xm index 17b9b2a..5abde3e 100644 --- a/uYouPlus.xm +++ b/uYouPlus.xm @@ -812,7 +812,7 @@ static void replaceTab(YTIGuideResponse *response) { %end %hook YTPivotBarIndicatorView -- (void)setHidden:(BOOL)hidden { +- (void)removeFromSuperview { if (IsEnabled(@"hideSubscriptionsNotificationBadge_enabled")) { %orig(YES); } else {