Skip to content

Commit

Permalink
method name changed on 10.60
Browse files Browse the repository at this point in the history
  • Loading branch information
haxibami committed Sep 25, 2024
1 parent 1253c7c commit fe37832
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tweak.x
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,12 @@ static void batchSwizzlingOnClass(Class cls, NSArray<NSString*>*origSelectors, I
}
return %orig;
}
- (void)_t1_showPremiumUpsellIfNeededWithScribing:(BOOL)arg1 {
if ([BHTManager hidePremiumOffer]) {
return;
}
return %orig;
}
%end

%hook TFNTwitterMediaUploadConfiguration
Expand Down

0 comments on commit fe37832

Please sign in to comment.