Remove folder init progress bar in mail list page.
This commit is contained in:
@@ -335,11 +335,6 @@
|
|||||||
Padding="2,0"
|
Padding="2,0"
|
||||||
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
|
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
|
||||||
CornerRadius="8">
|
CornerRadius="8">
|
||||||
<Grid.RowDefinitions>
|
|
||||||
<RowDefinition Height="48" />
|
|
||||||
<RowDefinition Height="2" />
|
|
||||||
</Grid.RowDefinitions>
|
|
||||||
|
|
||||||
<!-- Commands -->
|
<!-- Commands -->
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
@@ -481,12 +476,6 @@
|
|||||||
</Button.Flyout>
|
</Button.Flyout>
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<muxc:ProgressBar
|
|
||||||
x:Name="LoadingProgressBar"
|
|
||||||
Grid.Row="1"
|
|
||||||
x:Load="{x:Bind ViewModel.IsInitializingFolder, Mode=OneWay}"
|
|
||||||
IsIndeterminate="True" />
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<!-- Pivot + Sync + Multi Select -->
|
<!-- Pivot + Sync + Multi Select -->
|
||||||
|
|||||||
Reference in New Issue
Block a user