Skip to content

Commit c98a83d

Browse files
authored
Feature: Removed loading animation from the home page (#16096)
1 parent 4f24e7c commit c98a83d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/Files.App/App.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<Style BasedOn="{StaticResource DefaultMenuFlyoutItemStyle}" TargetType="MenuFlyoutItem">
3737
<Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" />
3838
</Style>
39-
39+
4040
<!-- Workaround for https://github.com/files-community/Files/issues/12026 -->
4141
<Style BasedOn="{StaticResource DefaultToggleMenuFlyoutItemStyle}" TargetType="ToggleMenuFlyoutItem">
4242
<Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" />
4343
</Style>
44-
44+
4545
<!-- Workaround for https://github.com/files-community/Files/issues/12026 -->
4646
<Style BasedOn="{StaticResource DefaultMenuFlyoutSubItemStyle}" TargetType="MenuFlyoutSubItem">
4747
<Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}" />

src/Files.App/Views/HomePage.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,10 @@
514514
</Style>
515515
</ListView.ItemContainerStyle>
516516

517+
<!-- Remove All Transitions -->
518+
<ListView.ItemContainerTransitions>
519+
<TransitionCollection />
520+
</ListView.ItemContainerTransitions>
517521
</ListView>
518522
</ScrollViewer>
519523

0 commit comments

Comments
 (0)