Skip to content

Commit

Permalink
Update FileProperties.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Jan 29, 2023
1 parent 21cd16e commit 6346691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Files.App/ViewModels/Properties/FileProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public async void GetSystemFileProperties()
ViewModel.PropertySections = new ObservableCollection<FilePropertySection>(query);
ViewModel.FileProperties = new ObservableCollection<FileProperty>(list.Where(i => i.Value is not null));
}

public static async Task<string> GetAddressFromCoordinatesAsync(double? Lat, double? Lon)
{
if (!Lat.HasValue || !Lon.HasValue)
Expand Down Expand Up @@ -334,4 +335,4 @@ private async void ViewModel_PropertyChanged(object sender, System.ComponentMode
}
}

}
}

0 comments on commit 6346691

Please sign in to comment.