Merge "Enable some settings pages to use paralleled-loading method" into rvc-dev am: 18490b2dc8
Change-Id: I8a9a225a069442e84fa73d8c75c6c6033b3d3934
This commit is contained in:
@@ -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