mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Setupwizard: Close the database in case of moving the folder.
This commit is contained in:
parent
542e989046
commit
a9d8e9dcd8
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ void OwncloudSetupWizard::slotAssistantFinished( int result )
|
|||
if( f ) {
|
||||
folderMan->setSyncEnabled(false);
|
||||
folderMan->terminateSyncProcess(f->alias());
|
||||
f->journalDb()->close();
|
||||
}
|
||||
|
||||
bool isInitialSetup = (origAccount == 0);
|
||||
|
|
Loading…
Reference in a new issue