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

Commit 592a3f54 authored by Bryan Mawhinney's avatar Bryan Mawhinney Committed by Android Git Automerger
Browse files

am c3a5cf9a: Actually set the video scaling mode :-)

* commit 'c3a5cf9a':
  Actually set the video scaling mode :-)
parents 59893daa c3a5cf9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -746,6 +746,7 @@ public class MediaPlayer
        try {
            request.writeInterfaceToken(IMEDIA_PLAYER);
            request.writeInt(INVOKE_ID_SET_VIDEO_SCALE_MODE);
            request.writeInt(mode);
            invoke(request, reply);
        } finally {
            request.recycle();