We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0684d6e commit edf33f7Copy full SHA for edf33f7
src/Files.App/Views/Layouts/GridLayoutPage.xaml.cs
@@ -149,7 +149,6 @@ protected override void OnNavigatingFrom(NavigatingCancelEventArgs e)
149
150
private void LayoutSettingsService_PropertyChanged(object? sender, PropertyChangedEventArgs e)
151
{
152
- // Get current scroll position
153
// Get current scroll position
154
var previousHorizontalOffset = ContentScroller?.HorizontalOffset;
155
var previousVerticalOffset = ContentScroller?.VerticalOffset;
0 commit comments