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

Commit 5bc5b4fb authored by Wei Jia's avatar Wei Jia Committed by Android (Google) Code Review
Browse files

Merge "NuPlayer: set controlledByApp to true when creating Surface." into lmp-dev

parents 355286ee 9c03a403
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ void NuPlayer::setVideoSurfaceTextureAsync(
        msg->setObject(
                "native-window",
                new NativeWindowWrapper(
                    new Surface(bufferProducer)));
                    new Surface(bufferProducer, true /* controlledByApp */)));
    }

    msg->post();