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

Commit 6717e1d8 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 7ecedb75: am f008ca33: am f681058f: Merge "Narrow previous fix for this issue." into klp-dev

* commit '7ecedb75':
  Narrow previous fix for this issue.
parents af0a388b 7ecedb75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2957,8 +2957,8 @@ public class WifiStateMachine extends StateMachine {

            if (mOperationalMode != CONNECT_MODE) {
                mWifiNative.disconnect();
                if (mOperationalMode == SCAN_ONLY_WITH_WIFI_OFF_MODE) {
                mWifiConfigStore.disableAllNetworks();
                if (mOperationalMode == SCAN_ONLY_WITH_WIFI_OFF_MODE) {
                    setWifiState(WIFI_STATE_DISABLED);
                }
                transitionTo(mScanModeState);