Skip to content

Commit

Permalink
Further lint issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Apr 2, 2019
1 parent 6fe499e commit bdb25e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@ private Rect calculateCollapsedTextBounds(Rect rect) {
bounds.top = rect.top + boxCollapsedPaddingTopPx;
bounds.right = rect.right - spinner.getPaddingRight();
return bounds;
case BOX_BACKGROUND_NONE:
default:
bounds.left = rect.left + spinner.getPaddingLeft();
bounds.top = getPaddingTop();
Expand Down

0 comments on commit bdb25e8

Please sign in to comment.