Add onReset to Storage.

This commit is contained in:
Braden Shepherdson 2012-09-24 14:21:05 -04:00
parent ba8577fa5f
commit dd4de16d1d

View File

@ -115,6 +115,13 @@ public class Storage extends Plugin {
}
}
/**
* Clean up on navigation/refresh.
*/
public void onReset() {
this.onDestroy();
}
// --------------------------------------------------------------------------
// LOCAL METHODS
// --------------------------------------------------------------------------