This commit is contained in:
Neeraj Gupta 2023-04-18 14:06:41 +05:30
parent ef5d1ec257
commit 803d9a50a0
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -64,8 +64,7 @@ class _FileDetailsWidgetState extends State<FileDetailsWidget> {
widget.file.fileType == FileType.livePhoto;
_exifNotifier.addListener(() {
if (_exifNotifier.value != null &&
!widget.file.hasLocation &&) {
if (_exifNotifier.value != null && !widget.file.hasLocation) {
_updateLocationFromExif(_exifNotifier.value!).ignore();
}
});