Merge "Enable some settings pages to use paralleled-loading method" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
18490b2dc8
@@ -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<>();
|
||||
|
Reference in New Issue
Block a user