File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export class TextField extends TextFieldBase {
99
99
inflater = LayoutInflater . from ( this . _context ) ;
100
100
}
101
101
layoutView = this . layoutView = inflater . inflate ( layoutId , null ) as com . google . android . material . textfield . TextInputLayout ;
102
- editText = this . editText = layoutView . getEditText ( ) as com . nativescript . material . textfield . TextInputEditText ;
102
+ editText = this . editText = layoutView . getEditText ( ) as any as com . nativescript . material . textfield . TextInputEditText ;
103
103
} else {
104
104
layoutView = this . layoutView = new com . google . android . material . textfield . TextInputLayout ( this . _context ) ;
105
105
editText = this . editText = new com . nativescript . material . textfield . TextInputEditText ( layoutView . getContext ( ) ) ;
You can’t perform that action at this time.
0 commit comments