From bf5ef636566d3e0ecb239f1f354a60107efeda09 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 26 Aug 2022 11:09:25 +0800 Subject: [PATCH] Remove test code causing iOS slider to be in wrong position when first opened if paused --- apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift b/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift index b66552bc9..b67795805 100644 --- a/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift @@ -226,7 +226,6 @@ public struct MiniPlayer: View { slider.setThumbImage(image, for: .normal) slider.minimumTrackTintColor = tintColor - slider.value = 10 } HStack {