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

am: d5be2a2

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

Change-Id: I7bc30cf66b76b062468b443fd1ef965386c5761e
This commit is contained in:
Treehugger Robot
2016-04-13 16:36:11 +00:00
committed by android-build-merger

View File

@@ -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() {