This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue where playback was stopped incorrectly..
CastManager.onSessionDisconnected() was being called occasionally when switching back to the app, replacing the Playback with a new instance of MediaPlayerPlayback(), despite the fact that we weren't using Chromecast, so the playback didn't need replacing. This resulted in an unnecessary call to Playback.stop().
- Loading branch information