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) }