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

Commit

Permalink
Update PixivFSUWP/SearchPage.xaml.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Communist Fish <tobiichiamane@outlook.com>
  • Loading branch information
YukinoShary and Communist Fish committed Jun 1, 2020
1 parent 2d3385a commit 178abc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PixivFSUWP/SearchPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ protected override void OnNavigatedTo(NavigationEventArgs e)
cbSort.SelectedIndex != lastIndex2 || cbDuration.SelectedIndex != lastIndex3)
{
lastWord = txtWord.Text.Trim();
lastIndex1 = cbSearchTarget.SelectedIndex;
lastIndex2 = cbSort.SelectedIndex;
lastIndex3 = cbDuration.SelectedIndex;
lastSearchTarget = cbSearchTarget.SelectedIndex;
lastSort = cbSort.SelectedIndex;
lastDuration = cbDuration.SelectedIndex;
}
}
((Frame.Parent as Grid)?.Parent as MainPage)?.SelectNavPlaceholder(GetResourceString("SearchPagePlain"));
Expand Down

0 comments on commit 178abc3

Please sign in to comment.