Skip to content

Commit

Permalink
Volume: Try fix volume fc
Browse files Browse the repository at this point in the history
  • Loading branch information
Genkzsz11 committed Apr 7, 2021
1 parent 27b6d6a commit f313f13
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,11 @@ private void cleanExpandedRows() {
}
int x = (int) (mLeftVolumeRocker ? 0 : (3 * mWidth + 2 * mSpacer));
int endRadius = (int) Math.hypot(3 * mWidth + 2 * mSpacer, mHeight);
try{
mCurrAnimator = circularExit(mMediaOutputScrollView, x, endRadius);
mCurrAnimator.start();
}catch(Exception ignored){
}
} else {
Util.setVisOrGone(mMediaOutputScrollView, false);
Util.setVisOrGone(mDialogRowsView, true);
Expand Down

0 comments on commit f313f13

Please sign in to comment.