chore: start method with call to initState super
This commit is contained in:
@@ -60,8 +60,8 @@ mixin SplashScreenStateMixin<T extends StatefulWidget> on State<T>
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
_animationController.addStatusListener(_onAnimationComplete);
|
|
||||||
super.initState();
|
super.initState();
|
||||||
|
_animationController.addStatusListener(_onAnimationComplete);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user