-
-
Notifications
You must be signed in to change notification settings - Fork 418
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: defeat music stops correctly during navigation. #1556
Conversation
@llaske please review this PR. |
@llaske please review it now i think it looks good now. |
@llaske |
Not sure to understand your explanation. |
@llaske kindly review this now i think it looks good now. |
@llaske please review this pr. |
The defeat music in the Tank Operation activity persists even after returning to a previous screen. This PR resolves the issue by ensuring that the defeat music stops correctly during navigation.
here is how I solve this issue:
by using the if statement i.e if the game ends && the screen is also changed then the sound will pause
Activity name: Tank-operation.
Issue: #1553
@llaske please review this PR.