forked from organicmaps/organicmaps
[android] Fixed bookmarks path reading during zipping
This commit is contained in:
parent
f7e82cf6e5
commit
dd92da277a
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue