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

This commit is contained in:
Treehugger Robot
2016-04-13 14:25:04 +00:00
committed by Gerrit Code Review

View File

@@ -194,6 +194,9 @@ public class ZenModePanel extends LinearLayout {
if (mZenButtons != null) { if (mZenButtons != null) {
mZenButtons.updateLocale(); mZenButtons.updateLocale();
} }
if (mZenIntroductionCustomize != null) {
mZenIntroductionCustomize.setText(R.string.zen_priority_customize_button);
}
} }
private void confirmZenIntroduction() { private void confirmZenIntroduction() {