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

Commit a32baacf authored by Richard Ho's avatar Richard Ho
Browse files

merge fix

Change-Id: Ib937f672769dc19b8706c8a0b695ed8a08398df4
parent 738c3cc5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -319,9 +319,6 @@ public class SettingsDrawerActivity extends Activity {
    private class CategoriesUpdater extends AsyncTask<Void, Void, List<DashboardCategory>> {
        @Override
        protected List<DashboardCategory> doInBackground(Void... params) {
            if (sConfigTracker == null || sTileCache == null) {
                getDashboardCategories();
            }
            if (sConfigTracker.applyNewConfig(getResources())) {
                sTileCache.clear();
            }