You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
Getting consistent crashes on production on Android since updating to 3.0.0
Steps To Reproduce
Only happens on Samsung devices with Android 12 and 98% of the times the app is on the background.
Code To Reproduce
Fatal Exception: java.lang.AbstractMethodError: abstract method "void android.media.Spatializer$OnSpatializerStateChangedListener.onSpatializerAvailableChanged(android.media.Spatializer, boolean)"
at android.media.Spatializer$SpatializerInfoDispatcherStub.lambda$dispatchSpatializerAvailableChanged$1$Spatializer$SpatializerInfoDispatcherStub(Spatializer.java:529)
at android.media.Spatializer$SpatializerInfoDispatcherStub$$ExternalSyntheticLambda0.run(Spatializer.java:6)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.os.HandlerThread.run(HandlerThread.java:67)
Replicable on Example App?
I haven't been able to replicate it yet.
Environment Info:
It only happens on real devices on production at the moment react-native-track-player 3.2.0-d23c3fb990aaf9d6783881fabe21e059b62b0782
How I can Help
Here to help however I can.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Getting consistent crashes on production on Android since updating to 3.0.0
Steps To Reproduce
Only happens on Samsung devices with Android 12 and 98% of the times the app is on the background.
Code To Reproduce
Replicable on Example App?
I haven't been able to replicate it yet.
Environment Info:
It only happens on real devices on production at the moment
react-native-track-player 3.2.0-d23c3fb990aaf9d6783881fabe21e059b62b0782
How I can Help
Here to help however I can.
The text was updated successfully, but these errors were encountered: