Skip to content

Commit

Permalink
skipping 10 seconds by double tapping like youtube. kabouzeid#827
Browse files Browse the repository at this point in the history
play & pause by tapping on screen like youtube. kabouzeid#835
  • Loading branch information
mahsirat-atiye committed Jun 22, 2020
1 parent 795e8c9 commit b882c48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public boolean onDoubleTapEvent(MotionEvent e) {
return super.onDoubleTapEvent(e);
}


@Override
public boolean onSingleTapConfirmed(MotionEvent e) {
if (MusicPlayerRemote.isPlaying()) {
Expand Down

0 comments on commit b882c48

Please sign in to comment.