Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench authored and sync_forks committed Jul 31, 2024
1 parent 1ed3df7 commit 6252b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void initialise(AttributeSet attrs) {
try {
this.rounded = a.getBoolean(R.styleable.BootstrapEditText_roundedCorners, false);

int typeOrdinal = a.getInt(R.styleable.AwesomeTextView_bootstrapBrand, -1);
int typeOrdinal = a.getInt(R.styleable.BootstrapEditText_bootstrapBrand, -1);
int sizeOrdinal = a.getInt(R.styleable.BootstrapEditText_bootstrapSize, -1);

this.bootstrapBrand = DefaultBootstrapBrand.fromAttributeValue(typeOrdinal);
Expand Down

0 comments on commit 6252b1a

Please sign in to comment.