VideoPlayer::onPrepared() can be called after the user pressed back in the VideoView.
This can cass a NPE since our Timer would have been destroyed by then. Add call to VideoView.stopPlayback() when the view is dismissed by the user. Fix b: 24760020, 2475786, 2475786
Loading
Please register or sign in to comment