Progress
This commit is contained in:
@ -48,7 +48,7 @@ namespace Aurora.Design.Views.Main
|
||||
|
||||
_playerComponent = Player;
|
||||
|
||||
_viewContent = (ContentPresenter)ContentPage.Content.FindByName("ViewContent");
|
||||
_viewContent = (ContentPresenter)Content.FindByName("ViewContent");
|
||||
_playerService = PlayerService.Instance;
|
||||
|
||||
MasterPage.ListView.ItemSelected += OnNavItemSelected;
|
||||
@ -267,7 +267,6 @@ namespace Aurora.Design.Views.Main
|
||||
|
||||
private void ChangeModalVisiblity(bool isVisible)
|
||||
{
|
||||
ContentPage.IsVisible = !isVisible;
|
||||
Modal.IsVisible = isVisible;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user