mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Updated the Cuteness app to the latest Kimera. Removed the camera module from the BCL project.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user