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

Commit 2b8ae6f5 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 68c666eb: am 804e618d: Fix build

* commit '68c666eb':
  Fix build
parents bed4301e 68c666eb
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();