Skip to content

Commit

Permalink
Revert "Fix slow anim when using a gesture to open status bar pulldown"
Browse files Browse the repository at this point in the history
This reverts commit 88370f6.
  • Loading branch information
varund7726 committed Aug 20, 2016
1 parent 27a4e85 commit 3efddfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ && mExpandedHeight < getMaxPanelHeight() - getClearAllHeight()
}
mUpdateExpandOnLayout = isFullyCollapsed();
mFlingAnimationUtils.apply(animator, mExpandedHeight, target, vel, getHeight());
if (expandBecauseOfFalsing && vel == 0) {
animator.setDuration(350);
if (vel == 0) {
animator.setDuration(400);
}
} else {
mFlingAnimationUtils.applyDismissing(animator, mExpandedHeight, target, vel,
Expand Down

0 comments on commit 3efddfe

Please sign in to comment.