Fix: hide loader on first visit

This commit is contained in:
ostertun
2020-10-14 13:44:34 +02:00
parent ce42f87227
commit fbd1eaaae8

View File

@@ -970,6 +970,7 @@ function initDatabase() {
} else { } else {
addSyncInfoToPreloader(); addSyncInfoToPreloader();
db.transaction('update_times', 'readwrite').objectStore('update_times').put({ table: 'loggedin', status: isLoggedIn() }); db.transaction('update_times', 'readwrite').objectStore('update_times').put({ table: 'loggedin', status: isLoggedIn() });
loaderCount --;
} }
}; };