From 7220863e36d7897a27d56fe641dab1b1daaf156e Mon Sep 17 00:00:00 2001 From: atanasovg Date: Wed, 8 Jun 2016 17:28:01 +0300 Subject: [PATCH] Remove empty block --- tns-core-modules/ui/frame/frame.android.ts | 3 --- 1 file changed, 3 deletions(-) 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) {