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

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

Merge "Revert: P2P : Flush P2P scan results on group fomation failed event"

parents 4b28ae54 05dbd0bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2676,7 +2676,6 @@ public class WifiP2pService extends IWifiP2pManager.Stub {
            boolean peersChanged = mPeers.remove(mPeersLostDuringConnection);
            if (mPeers.remove(mSavedPeerConfig.deviceAddress) != null) {
                peersChanged = true;
                mWifiNative.p2pFlush();
            }
            if (peersChanged) {
                sendPeersChangedBroadcast();