Merge "Don't dismiss volume during animation" into mnc-dev

This commit is contained in:
Jason Monk
2015-07-07 14:34:58 +00:00
committed by Android (Google) Code Review

View File

@@ -462,6 +462,9 @@ public class VolumeDialog {
}
protected void dismissH(int reason) {
if (mMotion.isAnimating()) {
return;
}
mHandler.removeMessages(H.DISMISS);
mHandler.removeMessages(H.SHOW);
if (!mShowing) return;