CB-1829: Online/Offline events do not fire on subsequent pages of an app

This commit is contained in:
Simon MacDonald 2012-11-09 11:28:50 -05:00
parent e51b4897a3
commit dc459c84a3

View File

@ -147,13 +147,6 @@ public class NetworkManager extends CordovaPlugin {
}
}
/**
* Stop the network receiver on navigation.
*/
public void onReset() {
this.onDestroy();
}
//--------------------------------------------------------------------------
// LOCAL METHODS
//--------------------------------------------------------------------------