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

Commit 214c7474 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am aad3762f: Merge "Fix build" into jb-mr2-dev

* commit 'aad3762f':
  Fix build
parents 1d3488cb aad3762f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -244,6 +244,11 @@ public class RgbPlayerActivity extends Activity {
        public void start() {
            mIsPlaying = true;
        }

        @Override
        public int getAudioSessionId() {
            return 0;
        }
    }

}