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

Commit 58ecda59 authored by vandwalle's avatar vandwalle Committed by Android (Google) Code Review
Browse files

Merge "fix ScanResult read from parcel, this function was broken and causes...

Merge "fix ScanResult read from parcel, this function was broken and causes wifi settings to crash" into lmp-dev
parents 394ea9ea b1dce022
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -354,6 +354,7 @@ public class ScanResult implements Parcelable {
                sr.autoJoinStatus = in.readInt();
                sr.untrusted = in.readInt() != 0;
                sr.numConnection = in.readInt();
                sr.numUsage = in.readInt();
                int n = in.readInt();
                if (n != 0) {
                    sr.informationElements = new InformationElement[n];