Skip to content

Commit

Permalink
postInvalidate
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhl committed Jun 21, 2018
1 parent 1f93ed5 commit f95f1b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class TravelChart @JvmOverloads constructor(
var data: DefaultData<*>? = null
set(value) {
field = value
invalidate()
postInvalidate()
}

// --------------------------------- 运算 ---------------------------------
Expand Down

0 comments on commit f95f1b9

Please sign in to comment.