mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Oops forgot semi-colon.
This commit is contained in:
@@ -36,7 +36,7 @@ public class NetworkManager {
|
|||||||
if (info!=null)
|
if (info!=null)
|
||||||
{
|
{
|
||||||
info.getTypeName();
|
info.getTypeName();
|
||||||
return type.equals("WIFI")
|
return type.equals("WIFI");
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user