PlaybackService: remove duplicate code from onDestroy()
The Wakelock and the MediaPlayer views are already released from stop() called from onDestroy() too. No need to release the MediaPlayer from background since it's not started at this point.
Loading
Please register or sign in to comment