Merge \"All apps icons should become clickable\" into ub-launcher3-calgary
am: 26def23702

Change-Id: I8d0277113b7349766fde8c739bcb708b79db9570
diff --git a/src/com/android/launcher3/allapps/AllAppsTransitionController.java b/src/com/android/launcher3/allapps/AllAppsTransitionController.java
index 4e4e87c..4c51dfe 100644
--- a/src/com/android/launcher3/allapps/AllAppsTransitionController.java
+++ b/src/com/android/launcher3/allapps/AllAppsTransitionController.java
@@ -258,8 +258,6 @@
                 mAppsView.getRevealView().setAlpha(mHotseatBackgroundAlpha);
                 setProgress(mShiftRange);
             } else {
-                // TODO: get rid of this workaround to override state change by workspace transition
-                mWorkspace.onLauncherTransitionPrepare(mLauncher, false, false);
                 View child = ((CellLayout) mWorkspace.getChildAt(mWorkspace.getNextPage()))
                         .getShortcutsAndWidgets();
                 child.setVisibility(View.VISIBLE);
@@ -429,9 +427,6 @@
     }
 
     public void finishPullDown() {
-        if (mHotseat.getBackground() != null) {
-            return;
-        }
         mAppsView.setVisibility(View.INVISIBLE);
         mHotseat.setBackgroundTransparent(false /* transparent */);
         mHotseat.setVisibility(View.VISIBLE);