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