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

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

Merge "fix parceling issue with KeyphraseSoundModel"

parents da02acea 43970b51
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -557,9 +557,9 @@ public class SoundTrigger {
                dest.writeInt(vendorUuid.toString().length());
                dest.writeInt(vendorUuid.toString().length());
                dest.writeString(vendorUuid.toString());
                dest.writeString(vendorUuid.toString());
            }
            }
            dest.writeInt(version);
            dest.writeBlob(data);
            dest.writeBlob(data);
            dest.writeTypedArray(keyphrases, flags);
            dest.writeTypedArray(keyphrases, flags);
            dest.writeInt(version);
        }
        }


        @Override
        @Override