fixed album bookmarks & pins reset when rescanning items
This commit is contained in:
parent
ffdbb6e857
commit
4c13f665df
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ abstract class CollectionSource with SourceBase, AlbumMixin, LocationMixin, TagM
|
||||||
_rawEntries.clear();
|
_rawEntries.clear();
|
||||||
_invalidate();
|
_invalidate();
|
||||||
|
|
||||||
updateDirectories();
|
// do not update directories/locations/tags here
|
||||||
updateLocations();
|
// as it could reset filter dependent settings (pins, bookmarks, etc.)
|
||||||
updateTags();
|
// caller should take care of updating these at the right time
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _moveEntry(AvesEntry entry, Map newFields, {required bool persist}) async {
|
Future<void> _moveEntry(AvesEntry entry, Map newFields, {required bool persist}) async {
|
||||||
|
|
Loading…
Reference in a new issue