code format
This commit is contained in:
parent
fd762bac86
commit
f1a222f339
@ -69,8 +69,8 @@ public class InputNode extends ViewNode<EditText> implements TextWatcher, View.O
|
||||
list.add(currentFilters[i]);
|
||||
}
|
||||
}
|
||||
if(prop.isNumber()){
|
||||
list.add( new InputFilter.LengthFilter(prop.asNumber().toInt()));
|
||||
if (prop.isNumber()) {
|
||||
list.add(new InputFilter.LengthFilter(prop.asNumber().toInt()));
|
||||
}
|
||||
InputFilter[] newFilters = list.toArray(new InputFilter[list.size()]);
|
||||
|
||||
|
Reference in New Issue
Block a user