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

Commit 5f4d9350 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] [RTT] ParcelableRttResults parcel code fix am: e1e5a240

Change-Id: I46bbee504ea7a64d39b98a2a8336b3bcf593869a
parents c1cb0582 e1e5a240
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -730,8 +730,8 @@ public class RttManager {
                    }
                    }
                    dest.writeByte(result.LCR.id);
                    dest.writeByte(result.LCR.id);
                    if (result.LCR.id != (byte) 0xFF) {
                    if (result.LCR.id != (byte) 0xFF) {
                        dest.writeInt((byte) result.LCR.data.length);
                        dest.writeByte((byte) result.LCR.data.length);
                        dest.writeByte(result.LCR.id);
                        dest.writeByteArray(result.LCR.data);
                    }
                    }
                }
                }
            } else {
            } else {