Fix an issue with application lifecycle/activity caching.

This commit is contained in:
atanasovg
2015-04-20 15:16:16 +03:00
parent 118d1a56a3
commit 9937b5c25c

View File

@ -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) {