Remove test code causing iOS slider to be in wrong position when first opened if paused

This commit is contained in:
Jackson Harper 2022-08-26 11:09:25 +08:00
parent 8b46997b4a
commit bf5ef63656

View file

@ -226,7 +226,6 @@ public struct MiniPlayer: View {
slider.setThumbImage(image, for: .normal)
slider.minimumTrackTintColor = tintColor
slider.value = 10
}
HStack {