mirror of
https://github.com/LinwoodDev/Butterfly.git
synced 2025-08-26 02:41:10 +08:00
Fix migration of pages
This commit is contained in:
@ -165,6 +165,8 @@ NoteData _migrate(NoteData noteData, FileMetadata metadata) {
|
||||
}
|
||||
}
|
||||
}
|
||||
noteData = noteData.setAsset(
|
||||
'$kPagesArchiveDirectory/$page', utf8.encode(json.encode(pageData)));
|
||||
}
|
||||
final info = noteData.getAsset(kInfoArchiveFile);
|
||||
if (info != null) {
|
||||
|
Reference in New Issue
Block a user