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

Commit bf17b640 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Clear the scan list when an empty list is received"

parents 15d62b81 755129c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1865,6 +1865,7 @@ public class WifiStateMachine extends StateMachine {

        scanResults = scanResultsBuf.toString();
        if (TextUtils.isEmpty(scanResults)) {
           mScanResults.clear();
           return;
        }