SystemUI: Reload the EndNowButton label

Reload the EndNowButton label when configuration
changes.

Change-Id: I042d31f0bb011996aa8219c3c412e7b71987244c
This commit is contained in:
Johan Redestig
2015-10-23 18:23:40 +02:00
parent f5e3398596
commit f2d824fd56

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));
}
}