Skip to content

Commit

Permalink
remove forced focus event to allow page swipes (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIX authored Sep 22, 2021
1 parent 3c9c54f commit 97e9fbd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ovos_workshop/res/ui/OVOSVideoPlayer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ Mycroft.Delegate {
controlBarItem.forceActiveFocus()
}

onFocusChanged: {
video.forceActiveFocus();
}

onVideoSourceChanged: {
root.play()
delay(6000, function() {
Expand Down

0 comments on commit 97e9fbd

Please sign in to comment.