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

Commit 3309bc5f authored by Yuhao Zheng's avatar Yuhao Zheng Committed by Android (Google) Code Review
Browse files

Merge "WifiStateMachine: fix for exiting L2ConnectedState" into klp-dev

parents 5bd70c5e a9e6be83
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -3535,10 +3535,7 @@ public class WifiStateMachine extends StateMachine {

        @Override
        public void exit() {
            // if we're leaving before this is done, cleanup
            if (mDhcpActive) {
                handlePostDhcpSetup();
            }
            handleNetworkDisconnect();
        }

        @Override