[automerger] [RTT] ParcelableRttResults parcel code fix am: e1e5a2409c am: 5f4d9350f4 am: 8d2d052b61
Change-Id: I2be402278897c6d97207672f8bfc5af8cbc6dc6d
This commit is contained in:
@@ -730,8 +730,8 @@ public class RttManager {
|
||||
}
|
||||
dest.writeByte(result.LCR.id);
|
||||
if (result.LCR.id != (byte) 0xFF) {
|
||||
dest.writeInt((byte) result.LCR.data.length);
|
||||
dest.writeByte(result.LCR.id);
|
||||
dest.writeByte((byte) result.LCR.data.length);
|
||||
dest.writeByteArray(result.LCR.data);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user