Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68c666eb authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 804e618d: Fix build

* commit '804e618d':
  Fix build
parents 214c7474 804e618d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -252,6 +252,11 @@ class VideoDumpView extends GLSurfaceView implements MediaPlayerControl {
        mMediaPlayer.seekTo(pos);
    }

    @Override
    public int getAudioSessionId() {
        return 0;
    }
 
    @Override
    public boolean onTouchEvent(MotionEvent ev) {
        attachMediaController();