Skip to content

Commit

Permalink
different methods different return values
Browse files Browse the repository at this point in the history
  • Loading branch information
haxibami committed Oct 14, 2024
1 parent e32b505 commit 964d162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweak.x
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static void batchSwizzlingOnClass(Class cls, NSArray<NSString*>*origSelectors, I

if ([BHTManager hidePremiumOffer]) {
if ([class_name isEqualToString:@"T1URTTimelineMessageItemViewModel"]) {
return 0;
[_orig setHidden:true];
}
}
}
Expand Down

0 comments on commit 964d162

Please sign in to comment.