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

Commit ed958406 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am dccfaefd: Merge change 9285 into donut

Merge commit 'dccfaefd'

* commit 'dccfaefd':
  Clear singleton reference during JetPlayer.release()
parents 106d2714 dccfaefd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -183,6 +183,7 @@ public class JetPlayer
     */
    public void release() {
        native_release();
        singletonRef = null;
    }