Skip to content

Commit

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


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

0 comments on commit f8b00a7

Please sign in to comment.