diff --git a/tns-core-modules/ui/frame/frame.android.ts b/tns-core-modules/ui/frame/frame.android.ts index bc779ad8e..55f112cd3 100644 --- a/tns-core-modules/ui/frame/frame.android.ts +++ b/tns-core-modules/ui/frame/frame.android.ts @@ -728,9 +728,6 @@ class FragmentClass extends android.app.Fragment { class ActivityCallbacksImplementation implements definition.AndroidActivityCallbacks { private _rootView: View; - - constructor() { - } public onCreate(activity: android.app.Activity, savedInstanceState: android.os.Bundle, superFunc: Function): void { if (trace.enabled) {