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 NPE in MediaControllerImplLegacy#connectToSession() #59

Merged

Commits on Mar 26, 2022

  1. Add more test cases for checking the MediaController#release() behavior

    Current implementation of the release() method have a bug;
    it does not clear pending messages/callbacks queued to the
    applicationHandler.
    h6ah4i committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    db1a1dc View commit details
    Browse the repository at this point in the history
  2. Call removeCallbacksAndMessages() in MediaController#release()

    This fixes the NPE ocuured in the MediaControllerImplLegacy#connectToSession()
    right after MediaController#release() is called.
    h6ah4i committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    7536a25 View commit details
    Browse the repository at this point in the history