Merge "Fix NexusLauncher NPE" into ub-launcher3-calgary

This commit is contained in:
Hyunyoung Song
2016-06-07 22:46:33 +00:00
committed by Android (Google) Code Review
@@ -677,7 +677,7 @@ public class LauncherStateTransitionAnimation {
animated, initialized, animation, revealDuration, layerViews);
}
if (!animated || !initialized) {
if (!FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP) {
if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP) {
mAllAppsController.finishPullDown();
}
fromView.setVisibility(View.GONE);