We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53466f5 commit 0d6836eCopy full SHA for 0d6836e
src/Files.App/ViewModels/UserControls/NavigationToolbarViewModel.cs
@@ -510,7 +510,8 @@ public async Task HandleItemNavigationAsync(string path)
510
return;
511
512
if (normalizedInput.Equals(ContentPageContext.ShellPage.ShellViewModel.WorkingDirectory) &&
513
- ContentPageContext.ShellPage.CurrentPageType != typeof(HomePage))
+ ContentPageContext.ShellPage.CurrentPageType != typeof(HomePage) &&
514
+ !ContentPageContext.ShellPage.ShellViewModel.IsSearchResults)
515
516
517
if (normalizedInput.Equals("Home", StringComparison.OrdinalIgnoreCase) ||
0 commit comments