OSDN Git Service

Always reapply strings.
authorJulia Reynolds <juliacr@google.com>
Fri, 24 Jun 2016 12:44:57 +0000 (08:44 -0400)
committerJulia Reynolds <juliacr@google.com>
Fri, 24 Jun 2016 12:49:29 +0000 (12:49 +0000)
Change-Id: Icc66d1e23048d2676b5776c3eec76345963228d0
Fixes: 29620816

packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java

index 5eef805..870e7f0 100644 (file)
@@ -256,6 +256,8 @@ public class NotificationGuts extends LinearLayout implements TunerService.Tunab
         } else {
             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) {
             mSilent.setChecked(true);
         } else {