Update conversation bubble settings

Test: atest
Fixes: 153471239
Change-Id: If53571b17236e5f49a1750acc9816287f5de2b1a
This commit is contained in:
Julia Reynolds
2020-04-17 16:08:26 -04:00
parent f43cf08634
commit cecc69512d
5 changed files with 160 additions and 8 deletions

View File

@@ -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);
}
}