Skip to content

Commit

Permalink
fix(YouTube - Restore old video quality menu): Do not make click soun…
Browse files Browse the repository at this point in the history
…ds when opening Shorts quality menu
  • Loading branch information
LisoUseInAIKyrios committed May 15, 2024
1 parent 6710acd commit 578a27d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void onChildViewAdded(View parent, View child) {

Logger.printDebug(() -> "Found advanced menu item in old type of quality menu");

listView.setSoundEffectsEnabled(false);
final var qualityItemMenuPosition = 4;
listView.performItemClick(null, qualityItemMenuPosition, 0);

Expand Down

0 comments on commit 578a27d

Please sign in to comment.