Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +0 −2 Original line number Diff line number Diff line Loading @@ -518,7 +518,6 @@ public class VolumeDialogImpl implements VolumeDialog { mHandler.removeMessages(H.SHOW); mHandler.removeMessages(H.DISMISS); rescheduleTimeoutH(); if (mShowing) return; mShowing = true; initSettingsH(); Loading Loading @@ -546,7 +545,6 @@ public class VolumeDialogImpl implements VolumeDialog { protected void dismissH(int reason) { mHandler.removeMessages(H.DISMISS); mHandler.removeMessages(H.SHOW); if (!mShowing) return; mDialogView.animate().cancel(); mShowing = false; Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +0 −2 Original line number Diff line number Diff line Loading @@ -518,7 +518,6 @@ public class VolumeDialogImpl implements VolumeDialog { mHandler.removeMessages(H.SHOW); mHandler.removeMessages(H.DISMISS); rescheduleTimeoutH(); if (mShowing) return; mShowing = true; initSettingsH(); Loading Loading @@ -546,7 +545,6 @@ public class VolumeDialogImpl implements VolumeDialog { protected void dismissH(int reason) { mHandler.removeMessages(H.DISMISS); mHandler.removeMessages(H.SHOW); if (!mShowing) return; mDialogView.animate().cancel(); mShowing = false; Loading