Make sure the dashboard is up to date
Bug: 25794089 Change-Id: I65eaa8e14b3c998ec122eaa9fc4dbbe3749c568c
This commit is contained in:
@@ -72,6 +72,10 @@ public class DashboardAdapter extends RecyclerView.Adapter<DashboardAdapter.Dash
|
||||
setHasStableIds(true);
|
||||
}
|
||||
|
||||
public boolean isShowingAll() {
|
||||
return mIsShowingAll;
|
||||
}
|
||||
|
||||
public void notifyChanged(DashboardTile tile) {
|
||||
for (int i = 0; i < mItems.size(); i++) {
|
||||
if (mItems.get(i) == tile) {
|
||||
|
Reference in New Issue
Block a user