We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7b465 commit bfe2793Copy full SHA for bfe2793
src/textfield/textfield.android.ts
@@ -39,7 +39,7 @@ import {
39
} from '@nativescript/core';
40
import { secureProperty } from '@nativescript/core/ui/text-field';
41
import { TextFieldBase } from './textfield.common';
42
-import { layout } from '@nativescript/core/utils';
+import { layout } from '@nativescript/core/utils/layout-helper';
43
44
let LayoutInflater: typeof android.view.LayoutInflater;
45
let FrameLayoutLayoutParams: typeof android.widget.FrameLayout.LayoutParams;
0 commit comments