Always reapply strings. am: 9c0c3d8d8b

am: 6a030524d8

Change-Id: Ic941db9999d8098ab8608dd136822da6e65b36db
This commit is contained in:
Julia Reynolds
2016-06-24 15:21:51 +00:00
committed by android-build-merger

View File

@@ -256,6 +256,8 @@ public class NotificationGuts extends LinearLayout implements TunerService.Tunab
} else { } else {
mReset.setText(mContext.getString(R.string.do_not_silence_block)); mReset.setText(mContext.getString(R.string.do_not_silence_block));
} }
mBlock.setText(mContext.getString(R.string.block));
mSilent.setText(mContext.getString(R.string.show_silently));
if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) {
mSilent.setChecked(true); mSilent.setChecked(true);
} else { } else {