Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
修复xbox上进度条的状态切换问题 (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy committed Jun 29, 2022
1 parent 38da4bc commit abbfc0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,8 @@
<Grid
x:Name="NormalProgressContainer"
Grid.Column="1"
Background="{ThemeResource TransparentBackground}">
Background="{ThemeResource TransparentBackground}"
Visibility="{Binding RelativeSource={RelativeSource Mode=TemplatedParent}, Path=ViewModel.IsShowInteractionProgress, Converter={StaticResource BoolToVisibilityReverseConverter}}">
<StackPanel
Margin="0,-8,0,0"
VerticalAlignment="Center"
Expand Down

0 comments on commit abbfc0f

Please sign in to comment.