am a2eb8156: am 06182b61: am 56925d65: Always update peer list in display controller

* commit 'a2eb8156e33281fa1b8884090622a59fd1e84ba7':
  Always update peer list in display controller
This commit is contained in:
Irfan Sheriff
2012-10-02 08:00:40 -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) {