From 57299dae0c4244045fb23c4066dc0cabdefdc101 Mon Sep 17 00:00:00 2001 From: Jonathan Miranda Date: Thu, 16 Mar 2017 20:24:42 +0000 Subject: Revert "Temporary fix for Widgets in battery saver mode." Note: b/36157561 has been properly fixed. This reverts commit 08d8bb9cde705ef66561fb2dbed0af7af2632812. Change-Id: I55e04283d2013f965afc17bcb0482a50440a96ee --- src/com/android/launcher3/LauncherStateTransitionAnimation.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/com/android/launcher3/LauncherStateTransitionAnimation.java') 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); } }); -- cgit v1.2.3