mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-07-30 09:06:35 -04:00
restored some removed code and added some logigng based on pr feedback
This commit is contained in:
@@ -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