-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duck player support on RMF on iOS - BSK #3025
Conversation
@@ -158,6 +158,7 @@ extension YoutubeOverlayUserScript { | |||
PixelKit.fire(GeneralPixel.watchInDuckPlayerInitial, frequency: .legacyInitial) | |||
} | |||
case "play.use.thumbnail": | |||
duckPlayerPreferences.youtubeOverlayAnyButtonPressed = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Bunn I’m not entirely sure if we should add this line. This case is about clicking a thumbnail, and the property we’re setting here is called “overlay any button pressed”. I suppose that initial implementation was such that this property would be set only when interacting with the main overlay, not the thumbnail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove it then
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # LocalPackages/DataBrokerProtection/Package.swift # LocalPackages/NetworkProtectionMac/Package.swift # LocalPackages/SubscriptionUI/Package.swift
Task/Issue URL: https://app.asana.com/0/414235014887631/1207870946005472/f
Description:
Steps to test this PR:
youtubeOverlayAnyButtonPressed
when Duck Player is started via the thumbnail overlay that was missing