Skip to content

Commit

Permalink
Updating object detection example painter (flutter-ml#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernaly authored May 18, 2022
1 parent c951790 commit 83c67d1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,5 @@ class ObjectDetectorPainter extends CustomPainter {
}

@override
bool shouldRepaint(covariant CustomPainter oldDelegate) {
return false;
}
bool shouldRepaint(covariant CustomPainter oldDelegate) => true;
}

0 comments on commit 83c67d1

Please sign in to comment.