oke mostmar tenyleg fix 😭 vagy pedig mas baja

This commit is contained in:
Kima 2023-06-06 21:03:30 +02:00
parent fceb3bf31a
commit 2877f4fc5c

View File

@ -152,7 +152,9 @@ class _SettingsScreenState extends State<SettingsScreen>
@override
void initState() {
super.initState();
futureRelease = Provider.of<UpdateProvider>(context).installedVersion();
Future.delayed(Duration.zero, () {
futureRelease = Provider.of<UpdateProvider>(context).installedVersion();
});
_hideContainersController = AnimationController(
vsync: this, duration: const Duration(milliseconds: 200));
}