@onekeyfe/react-native-segment-slider 3.0.43 → 3.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -116,6 +116,7 @@ class HybridSegmentSlider(val context: ThemedReactContext) : HybridSegmentSlider
|
|
|
116
116
|
// While dragging, the finger owns the value (mirrors web).
|
|
117
117
|
if (!isDragging && !isDisposed) {
|
|
118
118
|
currentValue = v
|
|
119
|
+
lastEmitted = v
|
|
119
120
|
view.invalidate()
|
|
120
121
|
}
|
|
121
122
|
}
|