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 {
9999 inflater = LayoutInflater . from ( this . _context ) ;
100100 }
101101 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 ;
103103 } else {
104104 layoutView = this . layoutView = new com . google . android . material . textfield . TextInputLayout ( this . _context ) ;
105105 editText = this . editText = new com . nativescript . material . textfield . TextInputEditText ( layoutView . getContext ( ) ) ;
You can’t perform that action at this time.
0 commit comments