mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Remove unused View parameter from ofFloat method.
Change-Id: I5fabd5c78de52ba68b67e0b1bd7208f4d1f7cbea
This commit is contained in:
@@ -94,7 +94,7 @@ public class LauncherAnimUtils {
|
||||
return anim;
|
||||
}
|
||||
|
||||
public static ValueAnimator ofFloat(View target, float... values) {
|
||||
public static ValueAnimator ofFloat(float... values) {
|
||||
ValueAnimator anim = new ValueAnimator();
|
||||
anim.setFloatValues(values);
|
||||
cancelOnDestroyActivity(anim);
|
||||
|
||||
Reference in New Issue
Block a user