Merge "Fix: the label "customize" is not updated after changing language"
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user