* commit '06182b6158548ea234016ce0c0984e9e2e45f99f': 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