am 499f4a0a: VolumeZen: Don\'t clear stream type if embedded.

* commit '499f4a0a4df37558801a712a24daebb91df0b327':
  VolumeZen: Don't clear stream type if embedded.
This commit is contained in:
John Spurlock
2014-05-29 14:23:21 +00:00
committed by Android Git Automerger

View File

@@ -1035,8 +1035,8 @@ public class VolumePanel extends Handler {
if (isShowing()) {
if (mDialog != null) {
mDialog.dismiss();
mActiveStreamType = -1;
}
mActiveStreamType = -1;
}
synchronized (sConfirmSafeVolumeLock) {
if (sConfirmSafeVolumeDialog != null) {