mklimek / frame-video-view

Less issues with VideoView
Other
63 stars 19 forks source link

Video Does Not Play When Using Drawable As Place Holder #19

Closed SharpMobileCode closed 6 years ago

SharpMobileCode commented 6 years ago

When you use a drawable as a place holder, the video does not play and only shows the place holder.

Example:

frameVideoView.setup(videoUri, ContextCompat.getDrawable(this, R.drawable.my_drawable_place_holder))

If you set a color as a place holder, the video plays.