Skip to content

Commit

Permalink
Fix selecting folder not working
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jan 23, 2024
1 parent 91e1875 commit fc7e707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MicaApps.Mail.UWP/Pages/MailFolderDetailsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ protected override void OnNavigatedTo(NavigationEventArgs e)
NavigationData = Data;
FolderName.Text = Data.Name;
NavigationTab.SelectedItem = FocusedTab;

NavigationView_SelectionChanged(NavigationTab, null);
}
}

Expand Down

0 comments on commit fc7e707

Please sign in to comment.