Skip to content

Commit

Permalink
CB-1829: Online/Offline events do not fire on subsequent pages of an app
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Nov 9, 2012
1 parent e51b489 commit dc459c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions framework/src/org/apache/cordova/NetworkManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,6 @@ public void onDestroy() {
}
}

/**
* Stop the network receiver on navigation.
*/
public void onReset() {
this.onDestroy();
}

//--------------------------------------------------------------------------
// LOCAL METHODS
//--------------------------------------------------------------------------
Expand Down

0 comments on commit dc459c8

Please sign in to comment.