summaryrefslogtreecommitdiffstats
path: root/src/com/android/dreams/phototable/PhotoTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/dreams/phototable/PhotoTable.java')
-rw-r--r--src/com/android/dreams/phototable/PhotoTable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/dreams/phototable/PhotoTable.java b/src/com/android/dreams/phototable/PhotoTable.java
index 89a669e..49941cd 100644
--- a/src/com/android/dreams/phototable/PhotoTable.java
+++ b/src/com/android/dreams/phototable/PhotoTable.java
@@ -388,7 +388,6 @@ public class PhotoTable extends FrameLayout {
log("animate it");
// toss onto table
photo.animate()
- .withLayer()
.scaleX(mTableRatio / mImageRatio)
.scaleY(mTableRatio / mImageRatio)
.rotation(angle)
@@ -442,7 +441,6 @@ public class PhotoTable extends FrameLayout {
log("animate it");
// toss onto table
photo.animate()
- .withLayer()
.rotation(0f)
.scaleX(scale)
.scaleY(scale)