diff --git a/src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs b/src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs index 060908c43c47a..5d6c22b24ff25 100644 --- a/src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs +++ b/src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs @@ -149,7 +149,6 @@ protected override void OnNavigatingFrom(NavigatingCancelEventArgs e) private void LayoutSettingsService_PropertyChanged(object? sender, PropertyChangedEventArgs e) { - // Get current scroll position // Get current scroll position var previousHorizontalOffset = ContentScroller?.HorizontalOffset; var previousVerticalOffset = ContentScroller?.VerticalOffset;