From f3dd85a7af152c96655aafce1d451a8f31590e24 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 20 Jun 2019 10:54:15 +0200 Subject: [PATCH] Fix infinite loading screen --- www/common/outer/async-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 2efecf127..492446781 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1683,7 +1683,7 @@ define([ state: (2 + (version / 10)), progress: progress }); - }); + }, store); }).nThen(function (waitFor) { postMessage(clientId, 'LOADING_DRIVE', { state: 3