Loading packages/SettingsLib/src/com/android/settingslib/drawer/SettingsDrawerActivity.java +7 −0 Original line number Diff line number Diff line Loading @@ -307,6 +307,13 @@ public class SettingsDrawerActivity extends Activity { return TileUtils.getCategories(SettingsDrawerActivity.this, sTileCache); } @Override protected void onPreExecute() { if (sConfigTracker == null || sTileCache == null) { getDashboardCategories(); } } @Override protected void onPostExecute(List<DashboardCategory> dashboardCategories) { for (int i = 0; i < dashboardCategories.size(); i++) { Loading Loading
packages/SettingsLib/src/com/android/settingslib/drawer/SettingsDrawerActivity.java +7 −0 Original line number Diff line number Diff line Loading @@ -307,6 +307,13 @@ public class SettingsDrawerActivity extends Activity { return TileUtils.getCategories(SettingsDrawerActivity.this, sTileCache); } @Override protected void onPreExecute() { if (sConfigTracker == null || sTileCache == null) { getDashboardCategories(); } } @Override protected void onPostExecute(List<DashboardCategory> dashboardCategories) { for (int i = 0; i < dashboardCategories.size(); i++) { Loading