mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Fix NexusLauncher NPE
Change-Id: Ieb1144487841d7ea4ae880bf8e6c2334a2145e7e
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user