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

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

Always reapply strings. am: 9c0c3d8d am: 6a030524

am: ba145d73

Change-Id: Idef8478dc7f429174708426835f3069d15022d3f
parents 279e4a76 ba145d73
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 {