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

Commit ee766a53 authored by Santiago Seifert's avatar Santiago Seifert Committed by Automerger Merge Worker
Browse files

Merge "Remove callback upon MediaSession#release" into udc-qpr-dev am: 80b79f2e am: 7f6e145b

parents d616a89c 7f6e145b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -450,6 +450,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) {