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

Commit bc5c5137 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: Ie44022e7138d56b93e4c8f3522cdf0771720409f
CRs-Fixed: 1100056
parent 0b417d6b
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();
    }