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

Restore player service start handling before player UI separation and fix some issues in this service #10578

Merged

Commits on Nov 15, 2023

  1. Restore player service start handling before player UI separation

    This behavior was present before 0.24.0 and the player UI separation and
    avoided crashes for which their exception contained
    "Context.startForegroundService() did not then call Service.startForeground()".
    
    Some player nullability checks have been also added, and the player service is
    now stopped when it has been started from a media button and there is nothing
    to play.
    AudricV committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    84d50da View commit details
    Browse the repository at this point in the history