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:
@@ -198,6 +198,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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user