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

Commit 076539ef authored by Richard Ho's avatar Richard Ho Committed by Android (Google) Code Review
Browse files

Merge "merge fix"

parents 9c5a79a3 a32baacf
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();
            }