mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Nonsensical fix for nonsensical problem
Apparently log() makes the device hang forever on the "Sync in progress" screen. So no option but to remove those calls ...
This commit is contained in:
parent
8ad06262e9
commit
55a870b2a2
1 changed files with 0 additions and 2 deletions
|
@ -259,12 +259,10 @@ void libraryWidget::syncCatalog() {
|
|||
if(syncDone == false) {
|
||||
if(QFile::exists("/inkbox/gutenbergSyncDone") == true) {
|
||||
if(checkconfig("/inkbox/gutenbergSyncDone") == true) {
|
||||
log("syncCatalog(): Gutenberg sync successfully completed", className);
|
||||
toastWindow->close();
|
||||
setupView();
|
||||
}
|
||||
else {
|
||||
log("syncCatalog(): Gutenberg sync encountered an error", className);
|
||||
toastWindow->close();
|
||||
showToast("Error");
|
||||
QFile::remove("/external_root/opt/storage/gutenberg/last_sync");
|
||||
|
|
Loading…
Reference in a new issue