Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80b79f2e authored by Santiago Seifert's avatar Santiago Seifert Committed by Android (Google) Code Review
Browse files

Merge "Remove callback upon MediaSession#release" into udc-qpr-dev

parents ebe33c2c 9452bb9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -442,6 +442,7 @@ public final class MediaSession {
     * but it must be released if your activity or service is being destroyed.
     */
    public void release() {
        setCallback(null);
        try {
            mBinder.destroySession();
        } catch (RemoteException e) {