mirror of
https://github.com/apache/cordova-android.git
synced 2026-07-06 00:00:08 +08:00
I am using the inline editor (github) and i forgot a "type =" before info.getTypeName();
:) ARenzi
This commit is contained in:
@@ -35,7 +35,7 @@ public class NetworkManager {
|
||||
String type = "";
|
||||
if (info!=null)
|
||||
{
|
||||
info.getTypeName();
|
||||
type = info.getTypeName();
|
||||
return type.equals("WIFI");
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user