am 91c05954: Ensuring that we always update the predicted apps set.

* commit '91c05954435b10f52dfff1bc9025c4ea8ba4652b':
  Ensuring that we always update the predicted apps set.
This commit is contained in:
Winson Chung
2015-06-25 19:40:55 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -3427,7 +3427,7 @@ public class Launcher extends Activity
private void tryAndUpdatePredictedApps() {
if (mLauncherCallbacks != null) {
List<ComponentKey> apps = mLauncherCallbacks.getPredictedApps();
if (!apps.isEmpty()) {
if (apps != null) {
mAppsView.setPredictedApps(apps);
}
}