fix: regressions
This commit is contained in:
@@ -62,6 +62,15 @@ class _SkeletonLoaderState extends State<SkeletonLoader>
|
||||
super.deactivate();
|
||||
}
|
||||
|
||||
@override
|
||||
void activate() {
|
||||
super.activate();
|
||||
if (!_controller.isAnimating) {
|
||||
// Resume shimmer after re-activation
|
||||
_controller.repeat();
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return AnimatedBuilder(
|
||||
|
||||
Reference in New Issue
Block a user