-
Notifications
You must be signed in to change notification settings - Fork 25
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
Randomly crash on android #19
Comments
Good that there is a solution. |
Thank you for the fix @soramister, it is now merged and a new version of the plugin has been published. I'll leave this issue open to further investigate why those variables are null (for which I don't have the time right now). |
I have experienced some random crashes too when the media I try to play has issues. This one can be solved by adding additional
This one is not so straightforward..
|
I recently started using this plugin and see the following crash reported in Crashlytics:
From the looks of it this seems to be a threading issue and |
Hello,
I have been having random crash on first update of the MediaSession.
I have created the following PR which fix the issue :
#18
I don't know why it happened by the variables in this PR were null, which crashes the application. I have added a check to be sure it is not null. This prevent the crash.
There must be a better way to fix it, but I found this one does.
Let me know if you have any questions.
The text was updated successfully, but these errors were encountered: