Skip to content

Commit dc302c4

Browse files
committed
Another minor fix.
1 parent ed67455 commit dc302c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/list-picker/list-picker.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class ListPicker extends common.ListPicker {
6262
this._editText.setFilters([]);
6363

6464
// Since the Android NumberPicker has to always have at least one item, i.e. minValue=maxValue=value=0, we don't want this zero showing up when this.items is empty.
65-
this._editText.setText(null);
65+
this._editText.setText(" ");
6666
}
6767

6868
public _onSelectedIndexPropertyChanged(data: dependencyObservable.PropertyChangeData) {

0 commit comments

Comments
 (0)