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

Commit bfc28a43 authored by eddy-sh.chen's avatar eddy-sh.chen Committed by Eddy-SH Chen
Browse files

[DO NOT MERGE] Do not dismiss volume dialog onAnimationEnd while dialog is showing

Bug: 80362864
Bug: 111478851

Change-Id: Iec6e27285bf35238d378e6561896f1d0b303fa24
parent 3c1604da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ public class VolumeDialogMotion {
                        mHandler.postDelayed(new Runnable() {
                            @Override
                            public void run() {
                                if (mShowing) return;
                                if (D.BUG) Log.d(TAG, "mDialog.dismiss()");
                                mDialog.dismiss();
                                onComplete.run();