Skip to content

Commit f313f13

Browse files
author
Genkzsz11
committed
Volume: Try fix volume fc
1 parent 27b6d6a commit f313f13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,11 @@ private void cleanExpandedRows() {
570570
}
571571
int x = (int) (mLeftVolumeRocker ? 0 : (3 * mWidth + 2 * mSpacer));
572572
int endRadius = (int) Math.hypot(3 * mWidth + 2 * mSpacer, mHeight);
573+
try{
573574
mCurrAnimator = circularExit(mMediaOutputScrollView, x, endRadius);
574575
mCurrAnimator.start();
576+
}catch(Exception ignored){
577+
}
575578
} else {
576579
Util.setVisOrGone(mMediaOutputScrollView, false);
577580
Util.setVisOrGone(mDialogRowsView, true);

0 commit comments

Comments
 (0)