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 601c62e commit f07c7a5Copy full SHA for f07c7a5
Sources/CompactSlider/CompactSliderStyleConfiguration.swift
@@ -319,15 +319,15 @@ extension CompactSliderStyleConfiguration {
319
return progress.progress == 0.5
320
}
321
322
- return progress.progress == 0
+ return progress.progress == 0 || progress.progress == 1
323
324
325
if type.isVertical {
326
if type.verticalAlignment == .center {
327
328
329
330
331
332
333
return false
0 commit comments