mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +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 {
|
try {
|
||||||
_log.info("[_handleUpgrade] Upgrade: $lastVersion -> ${k.version}");
|
_log.info("[_handleUpgrade] Upgrade: $lastVersion -> ${k.version}");
|
||||||
await _upgrade(lastVersion, emit);
|
await _upgrade(lastVersion, emit);
|
||||||
await Future.delayed(Duration(seconds: 5));
|
|
||||||
_log.info("[_handleUpgrade] Upgrade done");
|
_log.info("[_handleUpgrade] Upgrade done");
|
||||||
} finally {
|
} finally {
|
||||||
// ensure user has closed the changelog
|
// ensure user has closed the changelog
|
||||||
|
|
Loading…
Reference in a new issue