mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Remove useless delay in splash screen
This commit is contained in:
parent
daee7dfb49
commit
0e45ff9f2a
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class _Bloc extends Bloc<_Event, _State> with BlocLogger {
|
|||
try {
|
||||
_log.info("[_handleUpgrade] Upgrade: $lastVersion -> ${k.version}");
|
||||
await _upgrade(lastVersion, emit);
|
||||
await Future.delayed(Duration(seconds: 5));
|
||||
_log.info("[_handleUpgrade] Upgrade done");
|
||||
} finally {
|
||||
// ensure user has closed the changelog
|
||||
|
|
Loading…
Reference in a new issue