mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +01:00
Scan metadata after refresh listing is done
This commit is contained in:
parent
708383d291
commit
c0af21d689
1 changed files with 1 additions and 5 deletions
|
@ -368,12 +368,8 @@ class _HomePhotosState extends State<HomePhotos>
|
||||||
}
|
}
|
||||||
|
|
||||||
void _onRefreshSelected() {
|
void _onRefreshSelected() {
|
||||||
|
_hasFiredMetadataTask.value = false;
|
||||||
_reqRefresh();
|
_reqRefresh();
|
||||||
if (Pref.inst().isEnableExif()) {
|
|
||||||
KiwiContainer()
|
|
||||||
.resolve<MetadataTaskManager>()
|
|
||||||
.addTask(MetadataTask(widget.account));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Transform a File list to grid items
|
/// Transform a File list to grid items
|
||||||
|
|
Loading…
Reference in a new issue