Skip to content

Commit e13ff3d

Browse files
committed
Added await to the function
1 parent 1e8a64a commit e13ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/modules/splash/controllers/splash_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SplashController extends GetxController {
2121
@override
2222
void onInit() async {
2323
super.onInit();
24-
checkForUpdate();
24+
await checkForUpdate();
2525
initBaseDir().then((_) {
2626
_checkProfiles();
2727
profilesMap.value = _profiles.profilesMap();

0 commit comments

Comments
 (0)