[DO NOT MERGE] Do not dismiss volume dialog onAnimationEnd while dialog is showing
Bug: 80362864 Bug: 111478851 Change-Id: Iec6e27285bf35238d378e6561896f1d0b303fa24
This commit is contained in:
committed by
Eddy-SH Chen
parent
3c1604da8b
commit
bfc28a4348
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user