Skip to content

Commit

Permalink
Fixed loader popup not closing
Browse files Browse the repository at this point in the history
  • Loading branch information
HafisCZ committed Oct 22, 2021
1 parent 5c8bf7d commit f5cad00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/core/idb.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ class DatabaseUtils {
let database = await new IndexedDBWrapper(... DATABASE_PARAMS_V5).open();

if (attemptMigration) {
PopupController.close(LoaderPopup);
await PopupController.open(PendingMigrationPopup);
PopupController.open(LoaderPopup);
if (SiteOptions.migration_allowed) {
Logger.log('MIGRATE', `Migrating files`);

Expand Down

0 comments on commit f5cad00

Please sign in to comment.