Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix back sound being too loud when exiting many screens #26612

Merged
merged 5 commits into from
Jan 22, 2024

Conversation

peppy
Copy link
Member

@peppy peppy commented Jan 18, 2024

Two parts to fix this one. The main is that there are two screen stacks (fixed by disabling the sound for nested stack). The other is that in cases where ValidForResume is not false, this would overlap even in a single stack. In many cases we already set ValidForResume to false, but in testing from results it would still play two samples when hitting the home button in the toolbar.

@bdach bdach self-requested a review January 22, 2024 14:24
bdach added 2 commits January 22, 2024 15:35
Removing it meant that it was _literally impossible_ to exit
multiplayer.
@bdach bdach merged commit 4cd1573 into ppy:master Jan 22, 2024
@peppy peppy deleted the fix-back-sample-playback branch January 25, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Playlist watch replay button sound is extra loud
3 participants