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

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

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

* commit '592a3f54':
  Actually set the video scaling mode :-)
parents 44660e6d 592a3f54
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();