Allow to add/remove multiple playlists from settings window
This commit is contained in:
@@ -17,5 +17,11 @@ namespace TV_Player
|
||||
viewModel.OnKeyDownCommand.Execute(e);
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs e)
|
||||
{
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user