Merge "WifiDisplayController: No update when network state is CONNECTING"

This commit is contained in:
Mia Li
2022-09-27 01:27:23 +00:00
committed by Android (Google) Code Review

View File

@@ -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.