Skip to content

Commit

Permalink
Merge branch 'master' into plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuanxiao committed May 31, 2018
2 parents 2ba60d3 + d8ad2c0 commit abc187b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void scan(JSCallback callback) {

@JSMethod(uiThread = false)
public Object networkStatus() {
return JsPoster.getSuccess(NetworkUtil.status(BMWXEnvironment.mApplicationContext));
return NetworkUtil.status(BMWXEnvironment.mApplicationContext);
}

@JSMethod
Expand Down

0 comments on commit abc187b

Please sign in to comment.