am 56925d65: Always update peer list in display controller
* commit '56925d65fde7f1ac8676ada6f91d0e604645c0a5': Always update peer list in display controller
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user