Merge "Add missing conversation field" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2494fd0187
@@ -99,6 +99,7 @@ public class ConversationNotificationSettings extends NotificationSettings {
|
||||
mControllers.add(new BubblePreferenceController(context, getChildFragmentManager(),
|
||||
mBackend, false /* isAppPage */, null /* dependentFieldListener */));
|
||||
mControllers.add(new ConversationDemotePreferenceController(context, this, mBackend));
|
||||
mControllers.add(new ConversationPromotePreferenceController(context, this, mBackend));
|
||||
mControllers.add(new BubbleCategoryPreferenceController(context));
|
||||
mControllers.add(new BubbleLinkPreferenceController(context));
|
||||
return new ArrayList<>(mControllers);
|
||||
|
Reference in New Issue
Block a user