I am using the inline editor (github) and i forgot a "type =" before info.getTypeName();

:)
ARenzi
This commit is contained in:
ARenzi
2010-02-23 14:51:56 -07:00
parent 32e8ecc772
commit c8bfbab522
@@ -35,7 +35,7 @@ public class NetworkManager {
String type = "";
if (info!=null)
{
info.getTypeName();
type = info.getTypeName();
return type.equals("WIFI");
}
return false;