Volume: No sound effects on the ringer toggle.

We beep and blort enough in the rocker when switching modes.

Bug:16377522
Change-Id: I4a61979cb323d6a9623d10e10547a19982db384f
This commit is contained in:
John Spurlock
2014-07-19 18:50:16 -04:00
parent 9bc41d44d6
commit ab4ea76ede

View File

@@ -484,6 +484,7 @@ public class VolumePanel extends Handler {
sc.icon.setImageResource(sc.iconRes);
sc.icon.setClickable(isNotificationOrRing(streamType));
if (sc.icon.isClickable()) {
sc.icon.setSoundEffectsEnabled(false);
sc.icon.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {