Fix typo
This commit is contained in:
parent
ef5d1ec257
commit
803d9a50a0
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue