Updated the Cuteness app to the latest Kimera. Removed the camera module from the BCL project.

This commit is contained in:
atanasovg
2014-05-29 18:51:38 +03:00
parent c600a2b003
commit d9c540e2fb
3 changed files with 4 additions and 11 deletions

View File

@@ -37,6 +37,9 @@ var initEvents = function () {
if (androidApp.onActivityDestroyed) {
androidApp.onActivityDestroyed(activity);
}
// TODO: This is a temporary workaround to force the V8's Garbage Collector, which will force the related Java Object to be collected.
gc();
},
onActivityPaused: function (activity: any) {
if (activity === androidApp.currentActivity) {