mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Fix exception on first startup
This commit is contained in:
parent
8789dd78ce
commit
8724f48a6d
1 changed files with 1 additions and 1 deletions
|
@ -19,10 +19,10 @@ void main() async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
_initLog();
|
_initLog();
|
||||||
|
_initKiwi();
|
||||||
await _initPref();
|
await _initPref();
|
||||||
await _initDeviceInfo();
|
await _initDeviceInfo();
|
||||||
_initBloc();
|
_initBloc();
|
||||||
_initKiwi();
|
|
||||||
_initEquatable();
|
_initEquatable();
|
||||||
if (features.isSupportSelfSignedCert) {
|
if (features.isSupportSelfSignedCert) {
|
||||||
_initSelfSignedCertManager();
|
_initSelfSignedCertManager();
|
||||||
|
|
Loading…
Reference in a new issue