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

Commit a86c095d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't re-animate volume dialog dismissal"

parents ace398c3 cc2448e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1195,7 +1195,7 @@ public class VolumeDialogImpl implements VolumeDialog {

        @Override
        public boolean onTouchEvent(MotionEvent event) {
            if (isShowing()) {
            if (mShowing) {
                if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
                    dismissH(Events.DISMISS_REASON_TOUCH_OUTSIDE);
                    return true;