From 60ca0567fa0f7be376d13aff4627b2bdec8ffa9e Mon Sep 17 00:00:00 2001 From: Sixten Otto Date: Mon, 20 Feb 2023 10:54:14 -0700 Subject: [PATCH] prevent some spurious doc comment warnings --- apple/AppStoreScreenshots/AppStoreScreenshots.swift | 4 ++-- .../Sources/App/Views/AudioPlayer/ExpandedPlayer.swift | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apple/AppStoreScreenshots/AppStoreScreenshots.swift b/apple/AppStoreScreenshots/AppStoreScreenshots.swift index 09b6afc82..b2b458678 100644 --- a/apple/AppStoreScreenshots/AppStoreScreenshots.swift +++ b/apple/AppStoreScreenshots/AppStoreScreenshots.swift @@ -64,8 +64,8 @@ final class AppStoreScreenshots: XCTestCase { // snapshot("ReaderTTSPlayer") - /// app.children(matching: .window).element(boundBy: 0).tap() - // XCUIApplication().buttons["Back"].tap() +// app.children(matching: .window).element(boundBy: 0).tap() +// XCUIApplication().buttons["Back"].tap() } func testScreenshotReaderActions() throws { diff --git a/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/ExpandedPlayer.swift b/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/ExpandedPlayer.swift index eed28a3f5..08e997372 100644 --- a/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/ExpandedPlayer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/ExpandedPlayer.swift @@ -213,11 +213,11 @@ } }) // .simultaneousGesture( - //// DragGesture().onChanged { - //// let isScrollDown = $0.translation.height > 0 - //// print(isScrollDown) - //// } - //// ) +// DragGesture().onChanged { +// let isScrollDown = $0.translation.height > 0 +// print(isScrollDown) +// } +// ) } .background(Color.themeDisabledBG) }