Fix text & fromattedText failing tests

This commit is contained in:
Rossen Hristov
2017-01-12 14:12:41 +02:00
parent eede9c2888
commit cc337094e9
6 changed files with 15 additions and 20 deletions

View File

@@ -39,10 +39,6 @@ class UITextViewDelegateImpl extends NSObject implements UITextViewDelegate {
owner.dismissSoftInput();
owner._refreshHintState(owner.hint, textView.text);
// if (owner.formattedText) {
// formattedTextProperty.nativeValueChange(owner, textView.attributedText);
// }
}
}