forked from firka/student-legacy
oke mostmar tenyleg fix 😭 vagy pedig mas baja
This commit is contained in:
parent
fceb3bf31a
commit
2877f4fc5c
@ -152,7 +152,9 @@ class _SettingsScreenState extends State<SettingsScreen>
|
|||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
futureRelease = Provider.of<UpdateProvider>(context).installedVersion();
|
Future.delayed(Duration.zero, () {
|
||||||
|
futureRelease = Provider.of<UpdateProvider>(context).installedVersion();
|
||||||
|
});
|
||||||
_hideContainersController = AnimationController(
|
_hideContainersController = AnimationController(
|
||||||
vsync: this, duration: const Duration(milliseconds: 200));
|
vsync: this, duration: const Duration(milliseconds: 200));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user