Merge "SystemUI: Reload the EndNowButton label"

This commit is contained in:
Julia Reynolds
2015-10-26 14:57:34 +00:00
committed by Gerrit Code Review

View File

@@ -140,6 +140,7 @@ public class ZenFooter extends LinearLayout {
public void onConfigurationChanged() {
mSpTexts.update();
Util.setText(mEndNowButton, mContext.getString(R.string.volume_zen_end_now));
}
}