Commit 2c016459 authored by Hans Muller's avatar Hans Muller

Merge pull request #682 from HansMuller/progress_indicator

Fix a typo in _CircularProgressIndicatorPainter
parents 95eac98f 46f57d2d
......@@ -176,7 +176,7 @@ class _CircularProgressIndicatorPainter extends CustomPainter {
}
}
bool shouldRepaint(_LinearProgressIndicatorPainter oldPainter) {
bool shouldRepaint(_CircularProgressIndicatorPainter oldPainter) {
return oldPainter.valueColor != valueColor
|| oldPainter.value != value
|| 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