kopia lustrzana https://gitlab.com/mysocialportal/relatica
Fix initial load creation bug on SettingsService (wait for async duh)
rodzic
f93ac9f59a
commit
999e76f456
|
@ -30,7 +30,7 @@ void main() async {
|
||||||
print(msg);
|
print(msg);
|
||||||
});
|
});
|
||||||
|
|
||||||
dependencyInjectionInitialization();
|
await dependencyInjectionInitialization();
|
||||||
|
|
||||||
runApp(const App());
|
runApp(const App());
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue