Skip to content

network monitor: Fetch initial state from portal

Florian Müllner requested to merge wip/fmuellner/fix-portal-online-state into master

Currently the portal implementation of GNetworkMonitor will always consider the network offline until a connectivity change occurs.

Turning it off and on again is clearly not the best way to make something work, so fetch the initial state from the portal right away.

Merge request reports