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 2786464 commit 356a0a9Copy full SHA for 356a0a9
package/android/src/main/java/com/reactnativecommunity/slider/ReactSlider.java
@@ -246,7 +246,6 @@ private void updateLowerLimit() {
246
}
247
248
/** Update limit based on props limit, max and min
249
- * Fallback to lower limit if invalid configuration provided
250
*/
251
private void updateUpperLimit() {
252
double limit = Math.min(mRealUpperLimit, mMaxValue);
0 commit comments