Skip to content

Commit

Permalink
use updateWrapSelectorWheel to update wrap value
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarr33 committed Dec 8, 2020
1 parent a06d4e1 commit 4675de4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,8 @@ public void setMinValue(int minValue) {
if (mMinValue > mValue) {
mValue = mMinValue;
}
setWrapSelectorWheel(isWrappingAllowed() && mWrapSelectorWheelPreferred);

updateWrapSelectorWheel();
initializeSelectorWheelIndices();
updateInputTextView();
tryComputeMaxWidth();
Expand Down

0 comments on commit 4675de4

Please sign in to comment.