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:
inotia00
2025-03-14 20:41:15 +09:00
parent 9fd453d64d
commit f0efae5c52
4 changed files with 46 additions and 10 deletions

View File

@ -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);