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

Commit c3c3fbba authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "wfd: release wifi p2p resource on disconnecting from WFD service."" into sc-dev

parents 6d21beab 8aa14ab5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -550,11 +550,6 @@ final class WifiDisplayController implements DumpUtils.Dump {

    private void disconnect() {
        mDesiredDevice = null;
        mWifiP2pManager = null;
        if (null != mWifiP2pChannel) {
            mWifiP2pChannel.close();
            mWifiP2pChannel = null;
        }
        updateConnection();
    }