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