Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theweavr committed Nov 26, 2017
1 parent c03360b commit 28b5c49
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions BreadPlayer.Views.UWP/Controls/HamburgerMenu/SplitviewMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,12 +428,8 @@ private async void OnNavigatingToPage(object sender, NavigatingCancelEventArgs e
if (container != null)
{
container.IsTabStop = false;
}

GetParentListViewFromItem(item as SimpleNavMenuItem).SetSelectedItem(container);
container.IsSelected = true;
if (container != null)
{
GetParentListViewFromItem(item as SimpleNavMenuItem).SetSelectedItem(container);
container.IsSelected = true;
container.IsTabStop = true;
}
}
Expand Down

0 comments on commit 28b5c49

Please sign in to comment.