Skip to content

Commit

Permalink
Update CoroutineTask.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Asutosh11 authored Dec 3, 2020
1 parent 9896fd2 commit 4b1a887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoroutineTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract class CoroutineTask<Params, Progress, Result> {

protected abstract fun onPostExecute(result: Result?)

protected fun onCancelled(){}
protected open fun onCancelled(){}

protected open fun onProgressUpdate(progress: Progress?) {}

Expand Down

0 comments on commit 4b1a887

Please sign in to comment.