Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Jun 8, 2018
1 parent 44d5be1 commit 101ed2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public DayWheel(NumberPickerView p, WheelChangeListener listener, Locale locale)

@Override
void init() {

int min = 0;
int max = 10000; // bug
Calendar cal = Calendar.getInstance();
Expand All @@ -41,14 +40,6 @@ void init() {
picker.setMinValue(min);
picker.setMaxValue(max);
picker.setValue(5000);
// picker.setMinAndMaxShowIndex(4995, 5005);

// if(minDate != null){
// int index = values.indexOf(format.format(minDate));
// if(index > -1) picker.setMinValue(index);
// }


}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void animateToDate(Date date) {
picker.smoothScrollToValue(index );
}


public String getValue() {
if(!visible()) return "";
return getValueAtIndex(getIndex());
Expand Down

0 comments on commit 101ed2c

Please sign in to comment.