Skip to content

Commit

Permalink
Fix log message for needInvalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Oct 27, 2024
1 parent f1b7c55 commit 30d29c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class HazeChildNode(
log(TAG) {
"needInvalidation. renderEffectDirty=$renderEffectDirty, " +
"drawParametersDirty=$drawParametersDirty, " +
"progressiveDirty=$progressiveDirty" +
"progressiveDirty=$progressiveDirty, " +
"positionChanged=$positionChanged"
}
return renderEffectDirty || drawParametersDirty || progressiveDirty || positionChanged
Expand Down

0 comments on commit 30d29c3

Please sign in to comment.