Remove unneeded getDisplayableCards() in DashboardAdapter
It will be called when window gets focus, no need to call it here. Change-Id: I1c4b3b745edb2519e778f8354684d90e2eb55004 Fixes: 113175600 Test: manual
This commit is contained in:
@@ -115,8 +115,6 @@ public class DashboardAdapter extends RecyclerView.Adapter<DashboardAdapter.Dash
|
||||
}
|
||||
|
||||
mDashboardData = new DashboardData.Builder()
|
||||
.setConditions(
|
||||
conditionManager == null ? null : conditionManager.getDisplayableCards())
|
||||
.setSuggestions(mSuggestionAdapter.getSuggestions())
|
||||
.setCategory(category)
|
||||
.setConditionExpanded(conditionExpanded)
|
||||
|
Reference in New Issue
Block a user