Skip to content

Commit edf33f7

Browse files
committed
Update GridLayoutPage.xaml.cs
1 parent 0684d6e commit edf33f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ protected override void OnNavigatingFrom(NavigatingCancelEventArgs e)
149149

150150
private void LayoutSettingsService_PropertyChanged(object? sender, PropertyChangedEventArgs e)
151151
{
152-
// Get current scroll position
153152
// Get current scroll position
154153
var previousHorizontalOffset = ContentScroller?.HorizontalOffset;
155154
var previousVerticalOffset = ContentScroller?.VerticalOffset;

0 commit comments

Comments
 (0)