Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06182b61 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am 56925d65: Always update peer list in display controller

* commit '56925d65':
  Always update peer list in display controller
parents ef89d33f 56925d65
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -639,10 +639,10 @@ final class WifiDisplayController implements DumpUtils.Dump {
    }

    private void handlePeersChanged() {
        if (mWfdEnabled) {
        // 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) {
        mNetworkInfo = networkInfo;