diff --git a/Tusker/Screens/Gallery/VideoControlsViewController.swift b/Tusker/Screens/Gallery/VideoControlsViewController.swift index 7b2160d5..d2c582e6 100644 --- a/Tusker/Screens/Gallery/VideoControlsViewController.swift +++ b/Tusker/Screens/Gallery/VideoControlsViewController.swift @@ -408,7 +408,7 @@ private class MuteButton: UIControl { let image = UIImage(systemName: muted ? "speaker.slash.fill" : "speaker.wave.3.fill")! if animated, #available(iOS 17.0, *) { - imageView.setSymbolImage(image, contentTransition: .replace.wholeSymbol, options: .speed(5)) + imageView.setSymbolImage(image, contentTransition: .replace.byLayer) } else { imageView.image = image }