[android] Fixed bookmarks path reading during zipping

This commit is contained in:
Александр Зацепин 2018-03-21 19:17:26 +03:00 committed by Roman Kuznetsov
parent f7e82cf6e5
commit dd92da277a

View file

@ -286,6 +286,9 @@ void MigrateIfNeeded()
return;
}
for (auto & f : files)
f = my::JoinFoldersToPath(dir, f);
std::string failedStage;
auto const backupDir = CheckAndCreateBackupFolder();
if (backupDir.empty() || !BackupBookmarks(backupDir, files))