mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
ensure sync indicator updates after download
This commit is contained in:
parent
35ee106503
commit
519b8c3425
1 changed files with 1 additions and 0 deletions
|
@ -665,6 +665,7 @@ impl Collection {
|
||||||
kind: SyncErrorKind::Other,
|
kind: SyncErrorKind::Other,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
db.execute_batch("update col set ls=mod")?;
|
||||||
drop(db);
|
drop(db);
|
||||||
// overwrite existing collection atomically
|
// overwrite existing collection atomically
|
||||||
out_file
|
out_file
|
||||||
|
|
Loading…
Reference in a new issue