NewPipe/app/src/main/java/org/schabi/newpipe/player
Tryton Van Meer b70fd826e7 Fix crash when returning to player.
When switching apps or locking the phone, destroyPlayer is called which sets audioManager to null. So upon returning to the player and pressing play, the app crashes.
So now initPlayer checks if audioManager is null and sets it if needed.
2017-10-11 14:27:32 +02:00
..
old Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
BackgroundPlayer.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
BasePlayer.java Fix crash when returning to player. 2017-10-11 14:27:32 +02:00
MainVideoPlayer.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
PopupVideoPlayer.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
VideoPlayer.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00