yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

NullPointerException from mMediaPlayer #27

Open ZekunWang opened 8 years ago

ZekunWang commented 8 years ago

If I scroll up right after I scroll down until the item view (playing a video) moves out of screen, the video cannot play. When I click on the video to trigger pause/start, the app gives me a NullPointerException indicating that mMediaPlayer is null. How can I fix it?