summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherStateTransitionAnimation.java
diff options
context:
space:
mode:
authorJonathan Miranda <jonmiranda@google.com>2017-03-16 20:24:42 +0000
committerJonathan Miranda <jonmiranda@google.com>2017-03-16 20:24:42 +0000
commit57299dae0c4244045fb23c4066dc0cabdefdc101 (patch)
treecfcb853498d4c1598b1c1347c1a595e131938fe8 /src/com/android/launcher3/LauncherStateTransitionAnimation.java
parent08d8bb9cde705ef66561fb2dbed0af7af2632812 (diff)
downloadandroid_packages_apps_Trebuchet-57299dae0c4244045fb23c4066dc0cabdefdc101.tar.gz
android_packages_apps_Trebuchet-57299dae0c4244045fb23c4066dc0cabdefdc101.tar.bz2
android_packages_apps_Trebuchet-57299dae0c4244045fb23c4066dc0cabdefdc101.zip
Revert "Temporary fix for Widgets in battery saver mode."
Note: b/36157561 has been properly fixed. This reverts commit 08d8bb9cde705ef66561fb2dbed0af7af2632812. Change-Id: I55e04283d2013f965afc17bcb0482a50440a96ee
Diffstat (limited to 'src/com/android/launcher3/LauncherStateTransitionAnimation.java')
-rw-r--r--src/com/android/launcher3/LauncherStateTransitionAnimation.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index 1acc3b80a..39c466db8 100644
--- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java
+++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
@@ -334,12 +334,6 @@ public class LauncherStateTransitionAnimation {
// This can hold unnecessary references to views.
cleanupAnimation();
pCb.onTransitionComplete();
-
- revealView.setAlpha(1f);
- revealView.setTranslationX(0f);
- revealView.setTranslationY(0f);
- contentView.setAlpha(1f);
- contentView.setTranslationY(0f);
}
});