Expand channel settings if coming from app
Test: manual inspection Change-Id: I2ed7f5cc2355f27e0edf36a0d8ee23e418eafd99 Fixes: 77648459
This commit is contained in:
@@ -125,7 +125,7 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
mControllers.add(new VibrationPreferenceController(context, mBackend));
|
||||
mControllers.add(new VisibilityPreferenceController(context, new LockPatternUtils(context),
|
||||
mBackend));
|
||||
mControllers.add(new DndPreferenceController(context, getLifecycle(), mBackend));
|
||||
mControllers.add(new DndPreferenceController(context, mBackend));
|
||||
mControllers.add(new AppLinkPreferenceController(context));
|
||||
mControllers.add(new DescriptionPreferenceController(context));
|
||||
mControllers.add(new NotificationsOffPreferenceController(context));
|
||||
|
||||
Reference in New Issue
Block a user