system/ui: fix setup error: 'WifiManagerWrapper' object has no attribute 'request_scan' (#35477)

remove request_scan()
This commit is contained in:
Dean Lee
2025-06-07 02:24:41 +08:00
committed by GitHub
parent ce9d1683a5
commit e389b19ed7
-1
View File
@@ -116,7 +116,6 @@ class Setup:
if ret:
self.state = SetupState.NETWORK_SETUP
self.wifi_manager.request_scan()
self.start_network_check()
def check_network_connectivity(self):