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

Commit e137462b authored by Etan Cohen's avatar Etan Cohen Committed by Android (Google) Code Review
Browse files

Merge "[RTT] ParcelableRttResults parcel code fix" into mnc-dev

parents 54813e98 e1e5a240
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {