mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Merge "Fix AnimatorListeners.forEndCallback()" into sc-dev am: 41c73d4a23 am: 955667fa97
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14554337 Change-Id: If149e9b01a40952f93e8ce2f61decd147c703d5c
This commit is contained in:
@@ -50,7 +50,7 @@ public class AnimatorListeners {
|
||||
public static AnimatorListener forEndCallback(Runnable callback) {
|
||||
return new AnimatorListenerAdapter() {
|
||||
@Override
|
||||
public void onAnimationEnd(Animator animation, boolean isReverse) {
|
||||
public void onAnimationEnd(Animator animation) {
|
||||
callback.run();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user