Merge "Enable some settings pages to use paralleled-loading method" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-05 09:23:13 +00:00
committed by Android (Google) Code Review
9 changed files with 40 additions and 7 deletions

View File

@@ -90,6 +90,11 @@ public class ConfigureNotificationSettings extends DashboardFragment implements
return buildPreferenceControllers(context, app, this);
}
@Override
protected boolean isParalleledControllers() {
return true;
}
private static List<AbstractPreferenceController> buildPreferenceControllers(Context context,
Application app, Fragment host) {
final List<AbstractPreferenceController> controllers = new ArrayList<>();