We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55db219 commit d2ebe09Copy full SHA for d2ebe09
src/slider/slider.android.ts
@@ -136,11 +136,9 @@ export class Slider extends View {
136
}
137
updateValues() {
138
if (!this.mCanChangeValues) {
139
- console.log('test1');
140
this.mNeedUpdate = true;
141
return;
142
143
- console.log('test2');
144
const min = this.minValue || DEFAULT_MIN;
145
const max = this.maxValue || DEFAULT_MAX;
146
this.nativeViewProtected.setValueFrom(min);
0 commit comments