-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I need Progress change listner null and i do this using onprogress change = null but when i do this my progress will be fill when i progress to 100 so i found the solution for that you need to remove progress = getProgress(event) from private fun updateProgress(event: MotionEvent) {
You need to update it like -
private fun updateProgress(event: MotionEvent) {
onProgressChanged?.onProgressChanged(this, getProgress(event), true)
}
Thanks me later 😊
Metadata
Metadata
Assignees
Labels
No labels