2G network considered offline

This commit is contained in:
Ghislain Loaec 2015-12-08 09:56:28 +01:00
parent cecbc96c17
commit ae0db5fa43
1 changed files with 1 additions and 1 deletions

View File

@ -212,12 +212,12 @@ var app = {
case Connection.WIFI:
case Connection.CELL_4G:
case Connection.CELL_3G:
case Connection.CELL_2G:
app.online = true;
if(typeof resolve === "function"){
resolve();
}
break;
case Connection.CELL_2G:
case Connection.NONE:
case Connection.UNKNOWN:
default: