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 c622dcd commit a32343fCopy full SHA for a32343f
src/slider/slider.android.ts
@@ -86,7 +86,7 @@ export class Slider extends View {
86
ASlider = com.google.android.material.slider.Slider;
87
}
88
const result = new ASlider(this._context);
89
- result.setLabelBehavior(com.google.android.material.slider.LabelFormatter.LABEL_GONE);
+ result.setLabelBehavior(2); // com.google.android.material.slider.LabelFormatter.LABEL_GONE
90
return result;
91
92
initNativeView() {
0 commit comments