Skip to content

Commit 356a0a9

Browse files
Remove outdated comment
1 parent 2786464 commit 356a0a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/android/src/main/java/com/reactnativecommunity/slider/ReactSlider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ private void updateLowerLimit() {
246246
}
247247

248248
/** Update limit based on props limit, max and min
249-
* Fallback to lower limit if invalid configuration provided
250249
*/
251250
private void updateUpperLimit() {
252251
double limit = Math.min(mRealUpperLimit, mMaxValue);

0 commit comments

Comments
 (0)