Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed3373d8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unneeded getDisplayableCards() in DashboardAdapter"

parents f0542f0c 35ed23e8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)