summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherStateTransitionAnimation.java
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-08-05 18:33:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-08-05 18:33:13 +0000
commit9323bdbb2a4ae3724da5ef2ec07c7ecccbe73681 (patch)
treedb436404b5ec68b7de39a21f262959fa0554d090 /src/com/android/launcher3/LauncherStateTransitionAnimation.java
parent0472d496ead3e49f650f048e3127cb782c6ac95a (diff)
parentd7d740287f104c0597f01b66399c7e65a9b57dab (diff)
downloadandroid_packages_apps_Trebuchet-9323bdbb2a4ae3724da5ef2ec07c7ecccbe73681.tar.gz
android_packages_apps_Trebuchet-9323bdbb2a4ae3724da5ef2ec07c7ecccbe73681.tar.bz2
android_packages_apps_Trebuchet-9323bdbb2a4ae3724da5ef2ec07c7ecccbe73681.zip
Merge "Fix hotseat flicker when opened all apps in landscape, rotate screen, pull down" into ub-launcher3-calgary
Diffstat (limited to 'src/com/android/launcher3/LauncherStateTransitionAnimation.java')
-rw-r--r--src/com/android/launcher3/LauncherStateTransitionAnimation.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index 2b1ebdebe..eb70650b2 100644
--- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java
+++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
@@ -265,7 +265,6 @@ public class LauncherStateTransitionAnimation {
toView.setScaleY(1.0f);
toView.setAlpha(1.0f);
toView.setVisibility(View.VISIBLE);
- toView.bringToFront();
// Show the content view
contentView.setVisibility(View.VISIBLE);