We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c891e commit 5658cbdCopy full SHA for 5658cbd
Tweak.xm
@@ -131,7 +131,7 @@ static void filterNode(NSMutableDictionary *node) {
131
[typeName isKindOfClass:NSString.class] &&
132
[isContextHidden isKindOfClass:NSNumber.class]) {
133
if (!(([typeName isEqualToString:@"PopularRecommendationContext"] ||
134
- [typeIdentifier isEqualToString:@"global_popular_posts"]) &&
+ [typeIdentifier hasPrefix:@"global_popular"]) &&
135
[isContextHidden boolValue])) {
136
node[@"cells"] = @[];
137
}
0 commit comments