mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-01 15:14:27 +02:00
fix(YouTube - Restore old video quality menu): Do not make click sounds when opening Shorts quality menu
This commit is contained in:
parent
6710acd928
commit
578a27dea5
@ -71,6 +71,7 @@ public final class RestoreOldVideoQualityMenuPatch {
|
||||
|
||||
Logger.printDebug(() -> "Found advanced menu item in old type of quality menu");
|
||||
|
||||
listView.setSoundEffectsEnabled(false);
|
||||
final var qualityItemMenuPosition = 4;
|
||||
listView.performItemClick(null, qualityItemMenuPosition, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user