Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialog.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialog.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading