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
HXMusicEngine: Offloaded nextPlayerPreparedListener.onPrepared and nextPlayerCompletionListener.onCompletion to separate threads to minimize potential ANR incidences.
pauseMusic(): Added try/catch statement to handle IllegalStateException error that could occur if attempting to pause a MediaPlayer object that has already been released.
stopMusic(): Added try/catch statement to handle IllegalStateException error that could occur if attempting to stop a MediaPlayer object that has already been released.