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

crash in isPlaying #30

Open skywalkerlw opened 7 years ago

skywalkerlw commented 7 years ago

if we don't set data source and directly call isPlaying, it crashes. so it's better to check whether mMediaPlayer is null or not beforehand.