Skip to content

Commit 7a5262f

Browse files
Fix: Fixed issue where turning off grouping can show an empty view (#9961)
* Fixed: Turning off grouping can show an empty view #5011 * CodeCleanup * Indent * Indenation * Merge
1 parent cad407c commit 7a5262f

File tree

7 files changed

+1420
-1464
lines changed

7 files changed

+1420
-1464
lines changed

src/Files.App/Views/LayoutModes/ColumnViewBase.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
Visibility="Collapsed" />
148148

149149
<SemanticZoom
150+
x:Name="RootGridZoom"
150151
CanChangeViews="{x:Bind CollectionViewSource.IsSourceGrouped, Mode=OneWay}"
151152
ViewChangeStarted="SemanticZoom_ViewChangeStarted"
152153
Visibility="{x:Bind FolderSettings.IsLayoutModeChanging, Mode=OneWay, Converter={StaticResource NegatedBoolToVisibilityConverter}}">

0 commit comments

Comments
 (0)