summaryrefslogtreecommitdiff
path: root/src/com/android/dreams/phototable/PhotoTouchListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/dreams/phototable/PhotoTouchListener.java')
-rw-r--r--src/com/android/dreams/phototable/PhotoTouchListener.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/dreams/phototable/PhotoTouchListener.java b/src/com/android/dreams/phototable/PhotoTouchListener.java
index 2cfcbd4..8076e72 100644
--- a/src/com/android/dreams/phototable/PhotoTouchListener.java
+++ b/src/com/android/dreams/phototable/PhotoTouchListener.java
@@ -128,7 +128,6 @@ public class PhotoTouchListener implements View.OnTouchListener {
Math.min(photoWidth * mTableRatio, photoHeight * mTableRatio) / 2f;
final View photo = target;
ViewPropertyAnimator animator = photo.animate()
- .withLayer()
.xBy(x1 - x0)
.yBy(y1 - y0)
.setDuration((int) (1000f * n / 60f))