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

Commit 567943bd authored by vandwalle's avatar vandwalle Committed by Android Git Automerger
Browse files

am 4c5d4e29: Merge "fix ScanResult read from parcel, this function was broken...

am 4c5d4e29: Merge "fix ScanResult read from parcel, this function was broken and causes wifi settings to crash" into lmp-dev

* commit '4c5d4e29e317167947392a5b6280fcb6f2d68b85':
  fix ScanResult read from parcel, this function was broken and causes wifi settings to crash
parents 0275e5b0 58ecda59
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];