Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b589ba5e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update dependent logic in modes vis page" into main

parents 5583281b 8c2312d8
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,8 @@ public class ZenModeNotifVisFragment extends ZenModeFragmentBase {
        prefControllers.add(new ZenModeNotifVisPreferenceController(context,
        prefControllers.add(new ZenModeNotifVisPreferenceController(context,
                "zen_effect_light", ZenPolicy.VISUAL_EFFECT_LIGHTS, null, mBackend));
                "zen_effect_light", ZenPolicy.VISUAL_EFFECT_LIGHTS, null, mBackend));
        prefControllers.add(new ZenModeNotifVisPreferenceController(context,
        prefControllers.add(new ZenModeNotifVisPreferenceController(context,
                "zen_effect_peek", ZenPolicy.VISUAL_EFFECT_PEEK, null, mBackend));
                "zen_effect_peek", ZenPolicy.VISUAL_EFFECT_PEEK,
                new int[] {ZenPolicy.VISUAL_EFFECT_NOTIFICATION_LIST}, mBackend));
        prefControllers.add(new ZenModeNotifVisPreferenceController(context,
        prefControllers.add(new ZenModeNotifVisPreferenceController(context,
                "zen_effect_status", ZenPolicy.VISUAL_EFFECT_STATUS_BAR,
                "zen_effect_status", ZenPolicy.VISUAL_EFFECT_STATUS_BAR,
                new int[] {ZenPolicy.VISUAL_EFFECT_NOTIFICATION_LIST}, mBackend));
                new int[] {ZenPolicy.VISUAL_EFFECT_NOTIFICATION_LIST}, mBackend));