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

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

Always reapply strings.

am: 9c0c3d8d

Change-Id: I8e553022cf6f877c3f7394fd365cb4051df2953f
parents 3606de0f 9c0c3d8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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 {