From 5bd4899bc8018a3d8f838f04dcb877e3dd473a81 Mon Sep 17 00:00:00 2001 From: xweiba Date: Thu, 6 Aug 2026 00:43:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20WiFi=E9=87=8D=E8=BF=9E=E5=90=8E=E7=AD=89?= =?UTF-8?q?3=E7=A7=92=E5=86=8D=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/MapHomeView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App/MapHomeView.swift b/App/MapHomeView.swift index ea6bbe9..5c7695a 100644 --- a/App/MapHomeView.swift +++ b/App/MapHomeView.swift @@ -185,6 +185,8 @@ let revision = mapState.selectMapTap(coordinate) NetworkMonitor.shared.onWiFiChanged = { [self] in guard spoofState == .active else { return } Task { @MainActor in + try? await Task.sleep(nanoseconds: 3_000_000_000) + guard spoofState == .active else { return } let target = currentSelectionFavorite let result = await setup.runVerificationTest(testLat: target.latitude, testLon: target.longitude) if !result.isSuccess, let tip = result.tipKind {