mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-16 16:04:53 -04:00
restored some removed code and added some logigng based on pr feedback
This commit is contained in:
1 parent
b707215a11
commit
cf996d28d2
1 file changed
+1
@@ -169,6 +169,7 @@ public class WifiStateChangeService extends Worker {
|
||||
if (wifiState == WifiManager.WIFI_STATE_ENABLED) {
|
||||
Utils.debugLog(TAG, "wifi enabled, get network info");
|
||||
wifiInfo = wifiManager.getConnectionInfo();
|
||||
FDroidApp.ipAddressString = formatIpAddress(wifiInfo.getIpAddress());
|
||||
setSsid(wifiInfo);
|
||||
DhcpInfo dhcpInfo = wifiManager.getDhcpInfo();
|
||||
if (dhcpInfo != null) {
|
||||
|
||||
Reference in new issue
Block a user