commit | db67e7c7a354cdfdf4473a9087f39633fbb4dc7e | [log] [tgz] |
---|---|---|
author | Mario Bertschler <bmario@google.com> | Wed May 03 18:04:10 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed May 03 18:04:11 2017 +0000 |
tree | 3b501ff300640c8bba7c5edae6e4642611916d9c | |
parent | 0811bc5003726633c4be354a064bc6f0d4e58553 [diff] | |
parent | 48198d004af64d0d7c8b86bc243087f68dc374c9 [diff] |
Merge "All Apps transition with gradient and scrim." into ub-launcher3-dorval-polish
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index 756a853..7688929 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java
@@ -3934,6 +3934,7 @@ // Update AllApps if (mAppsView != null) { mAppsView.removeApps(appInfos); + tryAndUpdatePredictedApps(); } }