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

Commit 9733b387 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

Revert "Settings : Fix settings option list can not show issues"

This reverts commit bc5c5137.

Change-Id: I28f51811f095d996481bf1417c79cb85d66f3aaa
parent a9d1a348
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -224,10 +224,6 @@ 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();
    }