Settings Visuals
Update the layouts to be more final, and support tablets better. Move about to always be last. Always see everything. Change-Id: I4b804c9bfcd4d3b7f978a2617d5c2c2b1cdfa6e4
This commit is contained in:
@@ -79,6 +79,7 @@ public class DashboardAdapter extends RecyclerView.Adapter<DashboardAdapter.Dash
|
||||
mSuggestionsChecks = new SuggestionsChecks(mContext);
|
||||
|
||||
setHasStableIds(true);
|
||||
setShowingAll(true);
|
||||
}
|
||||
|
||||
public void setSuggestions(SuggestionParser suggestionParser) {
|
||||
@@ -167,7 +168,6 @@ public class DashboardAdapter extends RecyclerView.Adapter<DashboardAdapter.Dash
|
||||
tile.intent.getComponent().getClassName()), NS_ITEMS);
|
||||
}
|
||||
}
|
||||
countItem(null, R.layout.see_all, true, NS_ITEMS);
|
||||
notifyDataSetChanged();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user