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

Commit 547cac8d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update custom zen settings "off" string" into sc-dev

parents d51e6cb7 06b1ba1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ public class ZenModeSettingsFooterPreferenceController extends AbstractZenModePr
        }

        private int getAllowRes(boolean allow) {
            return allow ? R.string.zen_mode_sound_summary_on : R.string.zen_mode_sound_summary_off;
            return allow ? R.string.zen_mode_sound_summary_on : R.string.switch_off_text;
        }

        @Override