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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user