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

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

Merge "Frameworks: Fix ap list issue while wifi turns on"

parents 7cbf165f 7570f13a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -434,9 +434,9 @@ public class WifiMonitor {
                        mConnected = true;
                        break;
                    }
                    if (connectTries++ < 5) {
                    if (connectTries++ < 50) {
                        try {
                            Thread.sleep(1000);
                            Thread.sleep(100);
                        } catch (InterruptedException ignore) {
                        }
                    } else {