Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8db94e10 authored by Mario Bertschler's avatar Mario Bertschler
Browse files

Fix for predicted apps not being refreshed.

Bug: 70353064
Change-Id: I1a667d5836b4b35ea4ee98baa83785be481aeb73
parent b74ac8d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ public class PredictionRowView extends LinearLayout {
    public void setPredictedApps(List<ComponentKeyMapper<AppInfo>> apps) {
        mPredictedAppComponents.clear();
        mPredictedAppComponents.addAll(apps);
        mPredictedApps.clear();
        mPredictedApps.addAll(processPredictedAppComponents(mPredictedAppComponents));
        onAppsUpdated();
    }