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

Commit 008b8f78 authored by daisuke niwa's avatar daisuke niwa Committed by android-build-merger
Browse files

Merge \"Fix invitation request from persistent GC\" into nyc-mr1-dev

am: 72abb6a4

Change-Id: Ib45f08c9209b69cc811c268cce499e542c1d2efd
parents fbd256ee 72abb6a4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -146,7 +146,6 @@ public class WifiP2pGroup implements Parcelable {
                }

                if (nameValue[0].equals("persistent")) {
                    mOwner = new WifiP2pDevice(sa);
                    mNetId = Integer.parseInt(nameValue[1]);
                    continue;
                }