Skip to content

Commit

Permalink
set mMaximumLength initial value to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Feb 2, 2021
1 parent 5957e59 commit 3354c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public class ReactEditText extends AppCompatEditText
private int mFontStyle = ReactTypefaceUtils.UNSET;
private boolean mAutoFocus = false;
private boolean mDidAttachToWindow = false;
private @Nullable Integer mMaximumTextLength = null;
private Integer mMaximumTextLength = 0;

private ReactViewBackgroundManager mReactBackgroundManager;

Expand Down

0 comments on commit 3354c31

Please sign in to comment.