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

Commit c6e0d5f1 authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

resolve merge conflicts of ffe502bd to cw-f-dev

am: 3dd656c6

Change-Id: I8217da44238234d4ba4c34ea76f5bd78fd7b87d2
parents f420816b 3dd656c6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -470,9 +470,7 @@ public class Ringtone {
            synchronized (sActiveRingtones) {
                sActiveRingtones.remove(Ringtone.this);
            }
            if (mLocalPlayer != null) {
                mLocalPlayer.setOnCompletionListener(null);
            }
            mp.setOnCompletionListener(null); // Help the Java GC: break the refcount cycle.
        }
    }
}