Skip to content

Commit 6346691

Browse files
authored
Update FileProperties.cs
1 parent 21cd16e commit 6346691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.App/ViewModels/Properties/FileProperties.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public async void GetSystemFileProperties()
177177
ViewModel.PropertySections = new ObservableCollection<FilePropertySection>(query);
178178
ViewModel.FileProperties = new ObservableCollection<FileProperty>(list.Where(i => i.Value is not null));
179179
}
180+
180181
public static async Task<string> GetAddressFromCoordinatesAsync(double? Lat, double? Lon)
181182
{
182183
if (!Lat.HasValue || !Lon.HasValue)
@@ -334,4 +335,4 @@ private async void ViewModel_PropertyChanged(object sender, System.ComponentMode
334335
}
335336
}
336337

337-
}
338+
}

0 commit comments

Comments
 (0)