Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
修正一处UI错误
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed May 25, 2019
1 parent 4e9f1fb commit 18c7ced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PixivFSUWP/SearchPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public async Task ShowSearch()
{
if (grdSearchPanel.Visibility == Visibility.Collapsed)
{
searchProgressRing.Visibility = Visibility.Collapsed;
searchProgressRing.IsActive = false;
grdSearchPanel.Visibility = Visibility.Visible;
stkMain.Visibility = Visibility.Collapsed;
storyShow.Begin();
Expand Down

0 comments on commit 18c7ced

Please sign in to comment.