Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +3 −2 Original line number Diff line number Diff line Loading @@ -556,14 +556,15 @@ public class VolumeDialogImpl implements VolumeDialog { mHandler.removeMessages(H.SHOW); mHandler.removeMessages(H.DISMISS); rescheduleTimeoutH(); mShowing = true; if (mConfigChanged) { initDialog(); initDialog(); // resets mShowing to false mConfigurableTexts.update(); mConfigChanged = false; } initSettingsH(); mShowing = true; mDialog.show(); Events.writeEvent(mContext, Events.EVENT_SHOW_DIALOG, reason, mKeyguard.isKeyguardLocked()); mController.notifyVisible(true); Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +3 −2 Original line number Diff line number Diff line Loading @@ -556,14 +556,15 @@ public class VolumeDialogImpl implements VolumeDialog { mHandler.removeMessages(H.SHOW); mHandler.removeMessages(H.DISMISS); rescheduleTimeoutH(); mShowing = true; if (mConfigChanged) { initDialog(); initDialog(); // resets mShowing to false mConfigurableTexts.update(); mConfigChanged = false; } initSettingsH(); mShowing = true; mDialog.show(); Events.writeEvent(mContext, Events.EVENT_SHOW_DIALOG, reason, mKeyguard.isKeyguardLocked()); mController.notifyVisible(true); Loading