Loading packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java +3 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java +3 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading