mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
removing workaround for fixed animator bug
Change-Id: I244b1c83f5659cf55e1f172ae33f63adbdcf2ea5
This commit is contained in:
@@ -52,9 +52,9 @@ public class InterruptibleInOutAnimator {
|
||||
mOriginalFromValue = fromValue;
|
||||
mOriginalToValue = toValue;
|
||||
|
||||
mAnimator.addListener(new LauncherAnimatorListenerAdapter() {
|
||||
mAnimator.addListener(new AnimatorListenerAdapter() {
|
||||
@Override
|
||||
public void onAnimationEndOrCancel(Animator animation) {
|
||||
public void onAnimationEnd(Animator animation) {
|
||||
mDirection = STOPPED;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user