Skip to content

Commit

Permalink
Update GridLayoutPage.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Mar 10, 2024
1 parent 0684d6e commit edf33f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs
Expand Up @@ -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;
Expand Down

0 comments on commit edf33f7

Please sign in to comment.