mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 02:16:49 +00:00
Remove use of private ValueAnimator api
Change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975
This commit is contained in:
@@ -215,6 +215,7 @@ public class LauncherViewPropertyAnimator extends Animator implements AnimatorLi
|
||||
}
|
||||
mViewPropertyAnimator.setListener(this);
|
||||
mViewPropertyAnimator.start();
|
||||
LauncherAnimUtils.cancelOnDestroyActivity(this);
|
||||
}
|
||||
|
||||
public LauncherViewPropertyAnimator translationX(float value) {
|
||||
|
||||
Reference in New Issue
Block a user