Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62ecad77 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "Always show or hide volume dialog" into pi-dev am: 3c20a18e

am: 660d1038

Change-Id: Ib98827c038a7c94d6415d3055e9a499d3c959071
parents 8e47984e 660d1038
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -518,7 +518,6 @@ public class VolumeDialogImpl implements VolumeDialog {
        mHandler.removeMessages(H.SHOW);
        mHandler.removeMessages(H.DISMISS);
        rescheduleTimeoutH();
        if (mShowing) return;
        mShowing = true;

        initSettingsH();
@@ -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;