mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Add onReset to Storage.
This commit is contained in:
parent
ba8577fa5f
commit
dd4de16d1d
@ -115,6 +115,13 @@ public class Storage extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Clean up on navigation/refresh.
|
||||
*/
|
||||
public void onReset() {
|
||||
this.onDestroy();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// LOCAL METHODS
|
||||
// --------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user