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

Commit 18d9f0e0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wifi: Fix for connection between GO and p2p device"

parents 43b2ac0b cee3ffa4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1894,7 +1894,6 @@ public class WifiP2pService extends IWifiP2pManager.Stub {
                                    mSavedPeerConfig.deviceAddress, false)) {
                                // not found the client on the list
                                loge("Already removed the client, ignore");
                                break;
                            }
                            // try invitation.
                            sendMessage(WifiP2pManager.CONNECT, mSavedPeerConfig);