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

Commit 859170f4 authored by Yongjiang Wu's avatar Yongjiang Wu Committed by android-build-merger
Browse files

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

am: a27376d8

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

Change-Id: Ifebdd9c6c37a92f0208ea681c71444235bef37d5
parents 51c8282e a27376d8
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() {