ThanosFisherman / WifiUtils

Easily Connect to WiFi Networks
Apache License 2.0
731 stars 188 forks source link

Fix losing connection to internet when disconnecting network #94

Closed amrsaalah closed 3 years ago

amrsaalah commented 3 years ago

Description

When disconnecting the network , the device will auto reconnect to another network. The app fails to utilize this network and will have no internet connection.

Solution

The solution is to unbind the process from the previous network.

ThanosFisherman commented 3 years ago

Thank you Amr, also thanks for the nice addition of checkInternetConnection :)