Ensuring that we always update the predicted apps set.
Change-Id: Ieecf019442dcf4af42463ed6cbc4cdcd19468dec
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