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
The error is as follows:(It should be to get the wifi configuration null pointer)
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
at com.thanosfisherman.wifiutils.ConfigSecurities.getWifiConfiguration(ConfigSecurities.java:171)
at com.thanosfisherman.wifiutils.ConnectorUtils.removeWifi(ConnectorUtils.java:532)
at com.thanosfisherman.wifiutils.WifiUtils.remove(WifiUtils.java:315)
at com.smartship.wifihotspot.MainActivity$1$1.run(MainActivity.java:300)
The text was updated successfully, but these errors were encountered:
The error is as follows:(It should be to get the wifi configuration null pointer)
java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
at com.thanosfisherman.wifiutils.ConfigSecurities.getWifiConfiguration(ConfigSecurities.java:171)
at com.thanosfisherman.wifiutils.ConnectorUtils.removeWifi(ConnectorUtils.java:532)
at com.thanosfisherman.wifiutils.WifiUtils.remove(WifiUtils.java:315)
at com.smartship.wifihotspot.MainActivity$1$1.run(MainActivity.java:300)
The text was updated successfully, but these errors were encountered: