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

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

Remove callback upon MediaSession#release am: 3cfa79c5 am: b68a7b78

parents 1b4c50be b68a7b78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -447,6 +447,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) {