Merge "Remove bubble settings from channel pages" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
56d45997b3
@@ -129,8 +129,6 @@ public class ChannelNotificationSettings extends NotificationSettings {
|
||||
mControllers.add(new BadgePreferenceController(context, mBackend));
|
||||
mControllers.add(new DndPreferenceController(context, mBackend));
|
||||
mControllers.add(new NotificationsOffPreferenceController(context));
|
||||
mControllers.add(new BubblePreferenceController(context, getChildFragmentManager(),
|
||||
mBackend, false /* isAppPage */));
|
||||
mControllers.add(new ConversationPromotePreferenceController(context, this, mBackend));
|
||||
return new ArrayList<>(mControllers);
|
||||
}
|
||||
|
Reference in New Issue
Block a user