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

Commit f014e31a authored by jianzhou's avatar jianzhou Committed by Gerrit - the friendly Code Review server
Browse files

Settings : Fix settings option list can not show issues

DashboardSummary does not set categories for adapter when building UI.

Set categories for adapter in rebuildUI function.

Remove unnecessary buildlogs files.

Change-Id: I249976d5bcd53d27ff81946cf485d3e95d7cdc79
parent 3737ef17
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -246,6 +246,10 @@ public class DashboardSummary extends InstrumentedFragment
            return;
        }

        List<DashboardCategory> categories =
                ((SettingsActivity) getActivity()).getDashboardCategories();
        mAdapter.setCategories(categories);

        // recheck to see if any suggestions have been changed.
        new SuggestionLoader().execute();
    }