mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix(YouTube Music - Change start page): YouTube Music 6.20.51 does not allow changing the start page to Search
(Not implemented)
This commit is contained in:
@ -65,6 +65,7 @@ public class NavigationPatch {
|
||||
Runnable onClickAction = button.onClickAction;
|
||||
if (onClickAction != null) {
|
||||
view.setOnClickListener(v -> onClickAction.run());
|
||||
Utils.runOnMainThreadDelayed(() -> view.setOnClickListener(v -> onClickAction.run()), 500);
|
||||
}
|
||||
}
|
||||
hideViewUnderCondition(button.hidden, view);
|
||||
|
Reference in New Issue
Block a user