Skip to content

Commit ad7a17f

Browse files
committed
Update GridLayoutPage.xaml.cs
1 parent b80fa47 commit ad7a17f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ private async void FolderSettings_LayoutModeChangeRequested(object? sender, Layo
204204
if (requestedIconSize != currentIconSize)
205205
{
206206
currentIconSize = requestedIconSize;
207-
_ = ReloadItemIconsAsync();
207+
// Don't change this await https://github.com/files-community/Files/pull/16708#discussion_r1916402106
208+
await ReloadItemIconsAsync();
208209
}
209210
}
210211
}

0 commit comments

Comments
 (0)