From e699dafc142ea723dc07eaabc1067300759cc5ac Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sat, 2 Oct 2021 22:11:10 +0800 Subject: [PATCH] Fix inconsistent default EXIF setting --- lib/widget/home_photos.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widget/home_photos.dart b/lib/widget/home_photos.dart index 710ad713..d993640e 100644 --- a/lib/widget/home_photos.dart +++ b/lib/widget/home_photos.dart @@ -530,7 +530,7 @@ class _HomePhotosState extends State bool ignoreFired = false, }) { if (_bloc.state is ScanDirBlocSuccess && - Pref.inst().isEnableExifOr(false) && + Pref.inst().isEnableExifOr() && (!_hasFiredMetadataTask.value || ignoreFired)) { MetadataTaskManager().addTask(MetadataTask(widget.account)); _metadataTaskProcessTotalCount = _backingFiles