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

Commit 2e08b42a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 21593137 bfc28a43
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();