|
@ -51,7 +51,6 @@ public abstract class Wheel { |
|
|
picker.smoothScrollToValue(index ); |
|
|
picker.smoothScrollToValue(index ); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getValue() { |
|
|
public String getValue() { |
|
|
if(!visible()) return ""; |
|
|
if(!visible()) return ""; |
|
|
return getValueAtIndex(getIndex()); |
|
|
return getValueAtIndex(getIndex()); |
|
|