This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(YT Music - Hide action bar component): Hide Like/Dislike button n…
…ot worked in v6.35+ YT-Advanced/ReX-patches#57
- Loading branch information
5217b20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public static void hideLikeDislikeButton(boolean original)
to correct
public static boolean hideLikeDislikeButton(boolean original)
5217b20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah thanks