improve usability

This commit is contained in:
2024-01-28 23:20:17 +02:00
parent fe756648de
commit d8365d2b1f
3 changed files with 3 additions and 7 deletions
+1 -4
View File
@@ -78,10 +78,7 @@ namespace TV_Player
{
ToggleOverlay();
}
private void MyUserControl_TouchDown(object sender, TouchEventArgs e)
{
ToggleOverlay();
}
private void ToggleOverlay()
{
if (overlayPanel.Visibility == Visibility.Visible)