mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Fix an issue with application lifecycle/activity caching.
This commit is contained in:
@ -43,6 +43,7 @@ var initEvents = function () {
|
||||
if (exports.onExit) {
|
||||
exports.onExit();
|
||||
}
|
||||
androidApp.startActivity = undefined;
|
||||
}
|
||||
|
||||
if (androidApp.onActivityDestroyed) {
|
||||
|
Reference in New Issue
Block a user