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

Commit 035d8af1 authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge changes from topic "am-8cd2288f-c3e9-422f-8fde-02d5b6100d12" into oc-dev...

Merge changes from topic "am-8cd2288f-c3e9-422f-8fde-02d5b6100d12" into oc-dev am: d05a3078 am: 0d2044af am: f1ff9486
am: 8fb67cb8

Change-Id: Ica58c7112b460e39f8b469201a054a420f04c35d
parents b8efd65a 8fb67cb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -837,8 +837,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);
                    }
                    dest.writeByte(result.secure ? (byte) 1 : 0);
                }