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

Commit d5be2a20 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

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

Change-Id: I51870941759f5c8ebac9f91191eae004c4ad729b
parents 8ad4bf36 b4c4e209
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() {