You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed:
- Wi-Fi auto-upload could stall indefinitely when the first network callback arrived before Android had promoted the new network to the default route (activeNetwork still null). The surveyor would mark itself disconnected and never re-evaluate until another capability change fired, which on kiosk devices with weak or flapping Wi-Fi may not happen. NetworkCallback now uses the (network, capabilities) it is handed instead of re-querying activeNetwork; isConnectedToSyncableNetwork falls back to scanning allNetworks and still filters by NOT_METERED when the caller asked for unmetered-only. Observed on Pixel 8 Pro Digural trucks (BIK-445).