Skip to content

Commit

Permalink
Fix hazeChild tint not updating on Android base (#83)
Browse files Browse the repository at this point in the history
Caused by not invalidating the paths.
  • Loading branch information
chrisbanes authored Jan 5, 2024
1 parent 2f2a8e1 commit 555b866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ internal class HazeNodeBase(
}

override fun onUpdate() {
invalidateDraw()
invalidatePaths()
}

override fun onObservedReadsChanged() {
Expand Down

0 comments on commit 555b866

Please sign in to comment.