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

Commit b4c4e209 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents e3d556f7 cf398419
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -194,6 +194,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() {