mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove test code causing iOS slider to be in wrong position when first opened if paused
This commit is contained in:
parent
8b46997b4a
commit
bf5ef63656
1 changed files with 0 additions and 1 deletions
|
|
@ -226,7 +226,6 @@ public struct MiniPlayer: View {
|
|||
slider.setThumbImage(image, for: .normal)
|
||||
|
||||
slider.minimumTrackTintColor = tintColor
|
||||
slider.value = 10
|
||||
}
|
||||
|
||||
HStack {
|
||||
|
|
|
|||
Loading…
Reference in a new issue