Merge "WifiDisplayController: No update when network state is CONNECTING"
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user