Update conversation bubble settings
Test: atest Fixes: 153471239 Change-Id: If53571b17236e5f49a1750acc9816287f5de2b1a
This commit is contained in:
@@ -94,6 +94,8 @@ public class ConversationNotificationSettings extends NotificationSettings {
|
||||
mControllers.add(new BubblePreferenceController(context, getChildFragmentManager(),
|
||||
mBackend, false /* isAppPage */));
|
||||
mControllers.add(new ConversationDemotePreferenceController(context, this, mBackend));
|
||||
mControllers.add(new BubbleCategoryPreferenceController(context));
|
||||
mControllers.add(new BubbleLinkPreferenceController(context));
|
||||
return new ArrayList<>(mControllers);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user