Fix NexusLauncher NPE

Change-Id: Ieb1144487841d7ea4ae880bf8e6c2334a2145e7e
This commit is contained in:
Hyunyoung Song
2016-06-07 15:37:51 -07:00
parent 2a5b356375
commit 2e041a61af

View File

@@ -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);