Merge "Set categories to the adapter if suggestion is not available."
This commit is contained in:
committed by
Android (Google) Code Review
commit
39fe530829
@@ -268,6 +268,7 @@ public class DashboardSummary extends InstrumentedFragment
|
||||
mSummaryLoader.updateSummaryToCache(category);
|
||||
mStagingCategory = category;
|
||||
if (mSuggestionControllerMixin == null) {
|
||||
mAdapter.setCategory(mStagingCategory);
|
||||
return;
|
||||
}
|
||||
if (mSuggestionControllerMixin.isSuggestionLoaded()) {
|
||||
|
Reference in New Issue
Block a user