Open
Description
Feature description
Community posts cannot be selectively hidden. This implies that if they are hidden inside homepage or video search, they will also be hidden in the Posts
tab in the creator's channel.
Solution
The solution is to create a Boolean field named CommunityPostsVisible
, with value assigned by the following methods in the class DefaultTabBar
:
onLayout
method, set Boolean the field to true.- An obfuscated method that contains the object of
type id
namedtabs_bar_text_tab_separator
, set the Boolean field to false. - Another obfuscated method that contains the string "community-tab-chip-posts-section", set the Boolean field to true (useful to show the community posts once you click on the button
Show Communty
, underSubscribe
).
Acknowledgements
- I have checked all open and closed bug reports and this is not a duplicate.
- I have chosen an appropriate title.
- All requested information has been provided properly.