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

Commit f99819e4 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

clean up scanresults on exit from driver start state

Bug: 2934389
Change-Id: I918bb9e198aba0bdbb2be356a680789c9678e47c
parent 004f6832
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2750,6 +2750,7 @@ public class WifiStateMachine extends HierarchicalStateMachine {
            try {
                mBatteryStats.noteWifiStopped();
            } catch (RemoteException ignore) { }
            mScanResults = null;
        }
    }