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

動画再生後にバックグラウンドの音楽が止まるようになる不具合の修正 #536

Merged

Conversation

4ster1sk
Copy link
Contributor

Fix #525

ライブラリ側でNotificationCenterの登録解除がされていないことが原因で
アプリがアクティブになるたびに、AVAudioSessionのSetActiveが呼ばれていたため
バックグラウンドの音楽が止まってしまうようでしたので
dispose時に登録解除するように修正しました。

@shiosyakeyakini-info shiosyakeyakini-info merged commit c40643d into shiosyakeyakini-info:develop Jan 21, 2024
@shiosyakeyakini-info
Copy link
Owner

ありがとうございます!

@4ster1sk 4ster1sk deleted the fix/issue-525 branch January 21, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

音楽を再生しながら、動画を再生すると再生後に音楽が鳴らなくなることがある
2 participants