File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import {
3939} from '@nativescript/core' ;
4040import { secureProperty } from '@nativescript/core/ui/text-field' ;
4141import { TextFieldBase } from './textfield.common' ;
42- import { layout } from '@nativescript/core/utils' ;
42+ import { layout } from '@nativescript/core/utils/layout-helper ' ;
4343
4444let LayoutInflater : typeof android . view . LayoutInflater ;
4545let FrameLayoutLayoutParams : typeof android . widget . FrameLayout . LayoutParams ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import {
3232 placeholderColorProperty
3333} from '@nativescript/core' ;
3434import { textProperty } from '@nativescript/core/ui/text-base' ;
35- import { layout } from '@nativescript/core/utils' ;
35+ import { layout } from '@nativescript/core/utils/layout-helper ' ;
3636import { TextFieldBase } from './textfield.common' ;
3737
3838@NativeClass
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import {
3838} from '@nativescript/core' ;
3939import { textProperty } from '@nativescript/core/ui/text-base' ;
4040import { TextFieldBase } from './textfield.common' ;
41- import { layout } from '@nativescript/core/utils' ;
41+ import { layout } from '@nativescript/core/utils/layout-helper ' ;
4242
4343@NativeClass
4444class MDCFilledTextFieldImpl extends MDCFilledTextField {
You can’t perform that action at this time.
0 commit comments