mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +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) {
|
if (exports.onExit) {
|
||||||
exports.onExit();
|
exports.onExit();
|
||||||
}
|
}
|
||||||
|
androidApp.startActivity = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (androidApp.onActivityDestroyed) {
|
if (androidApp.onActivityDestroyed) {
|
||||||
|
Reference in New Issue
Block a user