Fix style issues, remove unused code

This commit is contained in:
Arkadiusz Fal
2023-09-23 15:15:21 +02:00
parent dfda1181e2
commit 12a8582e89
9 changed files with 10 additions and 198 deletions

View File

@@ -13,7 +13,7 @@ struct ControlsBar: View {
@State private var shareURL: URL?
@Binding var expansionState: ExpansionState
@State var gestureThrottle = Throttle(interval: 0.25)
@State var gestureThrottle = Throttle(interval: 0.25) // swiftlint:disable:this swiftui_state_private
var presentingControls = true
var backgroundEnabled = true