resolve merge conflicts of ffe502b to cw-f-dev

am: 3dd656c624

Change-Id: I8217da44238234d4ba4c34ea76f5bd78fd7b87d2
This commit is contained in:
Andy Hung
2016-10-18 20:11:21 +00:00
committed by android-build-merger

View File

@@ -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.
}
}
}