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

Commit 3972fcdb authored by Sally Qi's avatar Sally Qi Committed by Android (Google) Code Review
Browse files

Merge "Fix HDR sluggish issue." into udc-dev

parents 9074fdc1 6814c443
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -87,6 +87,10 @@ class CommandWriterBase : public V2_2::CommandWriterBase {
            return;
            return;
        }
        }


        if (metadata.size() == 0) {
            return;
        }

        // space for numElements
        // space for numElements
        commandLength += 1;
        commandLength += 1;