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
+5
View File
@@ -303,6 +303,11 @@ BOOL hidePaidPromotionCard() {
} }
%end %end
%hook YTReelContentView
- (void)didTapOverflowButton:(id)sender {
}
%end
%hook NSLayoutConstraint %hook NSLayoutConstraint
+ (instancetype)constraintWithItem:(UIView *)view1 + (instancetype)constraintWithItem:(UIView *)view1
attribute:(NSLayoutAttribute)attr1 attribute:(NSLayoutAttribute)attr1