fix: regressions
This commit is contained in:
@@ -475,6 +475,14 @@ class _ShimmerLoaderState extends State<ShimmerLoader>
|
||||
super.deactivate();
|
||||
}
|
||||
|
||||
@override
|
||||
void activate() {
|
||||
super.activate();
|
||||
if (!_shimmerController.isAnimating) {
|
||||
_shimmerController.repeat();
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final theme = context.conduitTheme;
|
||||
|
||||
Reference in New Issue
Block a user