Update apps icon in prediction apps row when apps are updated

Fix: 70717710

Change-Id: I89540893ca3c8c4eae3f47bc07c3deade135e5c3
This commit is contained in:
Tony Mak
2018-01-12 12:12:57 +00:00
parent 9f082604b0
commit faaf5a5399
3 changed files with 26 additions and 4 deletions

View File

@@ -219,6 +219,9 @@ public class FloatingHeaderView extends RelativeLayout implements
p.y = getTop() - mCurrentRV.getTop() - mParent.getTop();
}
public void onAppsUpdated() {
mPredictionRow.onAppsUpdated();
}
}