Skip to content

Commit

Permalink
Merge pull request #18 from SharpMobileCode/master
Browse files Browse the repository at this point in the history
Fixes Bug Where Calling FrameVideoView.setup() with Drawable Does Not Play Video
  • Loading branch information
mklimek authored Jan 24, 2018
2 parents 2f72d14 + 08a3b1d commit 3650978
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public void setup(Uri videoUri, Drawable placeholderDrawable) {
} else{
placeholderView.setBackground(placeholderDrawable);
}
impl.init(placeholderView, videoUri);
}

private View createPlaceholderView(Context context) {
Expand Down

0 comments on commit 3650978

Please sign in to comment.