Merge "Cosmetic changes to zen mode people & sound/vibration screens"

This commit is contained in:
Yuri Lin
2022-01-31 16:00:50 +00:00
committed by Android (Google) Code Review
4 changed files with 5 additions and 4 deletions

View File

@@ -60,8 +60,8 @@ public class ZenModePeopleSettings extends ZenModeSettingsBase implements Indexa
"zen_mode_people_calls"));
controllers.add(new ZenModeMessagesPreferenceController(context, lifecycle,
"zen_mode_people_messages"));
controllers.add(new ZenModeSettingsFooterPreferenceController(context, lifecycle,
fragmentManager));
controllers.add(new ZenModeBehaviorFooterPreferenceController(context, lifecycle,
R.string.zen_mode_people_footer));
return controllers;
}