Skip to content

Commit

Permalink
* [android] fixed #1058
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan committed Aug 23, 2016
1 parent 8d76d71 commit f25238c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@
import com.taobao.weex.common.Constants;
import com.taobao.weex.dom.WXDomObject;
import com.taobao.weex.dom.WXStyle;
import com.taobao.weex.dom.WXTextDomObject;
import com.taobao.weex.ui.view.WXEditText;
import com.taobao.weex.utils.WXResourceUtils;
import com.taobao.weex.utils.WXUtils;
Expand Down Expand Up @@ -521,11 +520,6 @@ public void setMaxlength(int maxLength) {
setMaxLength(maxLength);
}

@Override
public WXTextDomObject getDomObject() {
return (WXTextDomObject) super.getDomObject();
}

private int getInputType(String type) {
int inputType;
switch (type) {
Expand Down

0 comments on commit f25238c

Please sign in to comment.