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

Commit 6dd27613 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

wifi: use new WifiManager.startScanActive() method to trigger scans.

parent 52844864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ public class WifiLayer {
        
        if (!mWifiManager.isWifiEnabled()) return;
        
        if (!mWifiManager.startScan()) {
        if (!mWifiManager.startScanActive()) {
            postAttemptScan();
        } else {
            mScanRetryCount = 0;