Skip to content

Commit

Permalink
trying out postinvalidate method
Browse files Browse the repository at this point in the history
  • Loading branch information
Amal92 committed Jun 16, 2020
1 parent b819ab4 commit 25b1089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ open class TimeLineView @JvmOverloads constructor(context: Context, attrs: Attri

fun setVideo(data: Uri) {
videoUri = data
invalidate()
postInvalidate()
}
}

0 comments on commit 25b1089

Please sign in to comment.