Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba145d73 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Always reapply strings. am: 9c0c3d8d

am: 6a030524

Change-Id: Ic941db9999d8098ab8608dd136822da6e65b36db
parents 5aba9264 6a030524
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {