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

Commit 22bebbe1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "write font name with writeByteArray() instead of write()" into rvc-dev

parents ea67cca9 fcc40086
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@ status_t TextDescriptions::extract3GPPGlobalDescriptions(
                            return OK;
                        }

                        parcel->write(tmpData, len);
                        parcel->writeByteArray(len, tmpData);
                        tmpData += len;
                        subChunkRemaining -= len;
                    }