mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Fix shorts like button showing more menu
This commit is contained in:
parent
b62746061d
commit
02bfe1ada3
1 changed files with 5 additions and 0 deletions
|
|
@ -303,6 +303,11 @@ BOOL hidePaidPromotionCard() {
|
|||
}
|
||||
%end
|
||||
|
||||
%hook YTReelContentView
|
||||
- (void)didTapOverflowButton:(id)sender {
|
||||
}
|
||||
%end
|
||||
|
||||
%hook NSLayoutConstraint
|
||||
+ (instancetype)constraintWithItem:(UIView *)view1
|
||||
attribute:(NSLayoutAttribute)attr1
|
||||
|
|
|
|||
Loading…
Reference in a new issue