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

Commit 804e618d authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix build

Change-Id: I2eb54a936630094b4bd9c19a944579670a4e0bb8
parent aad3762f
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -252,6 +252,11 @@ class VideoDumpView extends GLSurfaceView implements MediaPlayerControl {
        mMediaPlayer.seekTo(pos);
        mMediaPlayer.seekTo(pos);
    }
    }


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