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

Commit bd95df5d authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Return correct error code from IMediaHttpConnection" into mnc-dev

parents 9d66d7f7 8cecf014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ struct BpMediaHTTPConnection : public BpInterface<IMediaHTTPConnection> {
        int32_t exceptionCode = reply.readExceptionCode();

        if (exceptionCode) {
            return UNKNOWN_ERROR;
            return false;
        }

        sp<IBinder> binder = reply.readStrongBinder();