am f21f1a91: Merge "Volume Dialog: Fix NPE found in monkey testing." into mnc-dev
* commit 'f21f1a915833783917b598f843b946975421ffd2': Volume Dialog: Fix NPE found in monkey testing.
This commit is contained in:
@@ -198,9 +198,13 @@ public class VolumeDialogMotion {
|
||||
setDismissing(true);
|
||||
if (mShowing) {
|
||||
mDialogView.animate().cancel();
|
||||
mContentsPositionAnimator.cancel();
|
||||
if (mContentsPositionAnimator != null) {
|
||||
mContentsPositionAnimator.cancel();
|
||||
}
|
||||
mContents.animate().cancel();
|
||||
mChevronPositionAnimator.cancel();
|
||||
if (mChevronPositionAnimator != null) {
|
||||
mChevronPositionAnimator.cancel();
|
||||
}
|
||||
mChevron.animate().cancel();
|
||||
setShowing(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user