Fix shorts like button showing more menu

This commit is contained in:
level3tjg 2022-09-01 11:02:26 -04:00
parent b62746061d
commit 02bfe1ada3

View file

@ -303,6 +303,11 @@ BOOL hidePaidPromotionCard() {
}
%end
%hook YTReelContentView
- (void)didTapOverflowButton:(id)sender {
}
%end
%hook NSLayoutConstraint
+ (instancetype)constraintWithItem:(UIView *)view1
attribute:(NSLayoutAttribute)attr1