Skip to content
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

fix: try again on volume feature detection on iOS #7514

Merged
merged 3 commits into from
Nov 17, 2021
Merged

Commits on Nov 12, 2021

  1. fix: try again on volume feature detection on iOS

    On latest iOS, we are seeing times when the volume feature detection is
    showing that we are able to change the volume, though, that is not the
    case. Instead, on iOS, when we detect that we can control the volume, we
    set a short timer to retest and reset the the featuresVolumeControl
    property.
    
    Fixes #7040
    gkatsev committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0f8fa0e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. use window

    gkatsev committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d0698d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. CR update

    gkatsev committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c9c8379 View commit details
    Browse the repository at this point in the history