am 56925d65: Always update peer list in display controller

* commit '56925d65fde7f1ac8676ada6f91d0e604645c0a5':
  Always update peer list in display controller
This commit is contained in:
Irfan Sheriff
2012-10-02 07:55:53 -07:00
committed by Android Git Automerger

View File

@@ -639,9 +639,9 @@ final class WifiDisplayController implements DumpUtils.Dump {
}
private void handlePeersChanged() {
if (mWfdEnabled) {
requestPeers();
}
// Even if wfd is disabled, it is best to get the latest set of peers to
// keep in sync with the p2p framework
requestPeers();
}
private void handleConnectionChanged(NetworkInfo networkInfo) {