Commit 46f57d2d authored by Hans Muller's avatar Hans Muller

Fix a typo in _CircularProgressIndicatorPainter

parent 38aa83b0
...@@ -176,7 +176,7 @@ class _CircularProgressIndicatorPainter extends CustomPainter { ...@@ -176,7 +176,7 @@ class _CircularProgressIndicatorPainter extends CustomPainter {
} }
} }
bool shouldRepaint(_LinearProgressIndicatorPainter oldPainter) { bool shouldRepaint(_CircularProgressIndicatorPainter oldPainter) {
return oldPainter.valueColor != valueColor return oldPainter.valueColor != valueColor
|| oldPainter.value != value || oldPainter.value != value
|| oldPainter.performanceValue != performanceValue; || oldPainter.performanceValue != performanceValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment