Remove useless delay in splash screen

This commit is contained in:
Ming Ming 2024-09-04 00:54:05 +08:00
parent daee7dfb49
commit 0e45ff9f2a

View file

@ -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