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

Commit a27376d8 authored by Treehugger Robot's avatar Treehugger Robot Committed by android-build-merger
Browse files

Merge "Fix: the label "customize" is not updated after changing language" am: b4c4e209

am: d5be2a20

* commit 'd5be2a20':
  Fix: the label "customize" is not updated after changing language

Change-Id: I7bc30cf66b76b062468b443fd1ef965386c5761e
parents 5948df89 d5be2a20
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -198,6 +198,9 @@ public class ZenModePanel extends LinearLayout {
        if (mZenButtons != null) {
            mZenButtons.updateLocale();
        }
        if (mZenIntroductionCustomize != null) {
            mZenIntroductionCustomize.setText(R.string.zen_priority_customize_button);
        }
    }

    private void confirmZenIntroduction() {