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

Commit 27e9533a authored by Mia's avatar Mia Committed by Mia Li
Browse files

WifiDisplayController: No update when network state is CONNECTING

Separated CONNECTING state case so that P2P connection won't be
cancelled by it.

Bug: 238572065
Bug: 247963331
Test: atest FrameworksWifiTests
Change-Id: I16e4d471c31a30063f486217b9ef96941a6a770d
parent 78975396
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -885,7 +885,7 @@ final class WifiDisplayController implements DumpUtils.Dump {
                    }
                });
            }
        } else {
        } else if (!networkInfo.isConnectedOrConnecting()) {
            mConnectedDeviceGroupInfo = null;

            // Disconnect if we lost the network while connecting or connected to a display.