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

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

Always reapply strings.

am: 9c0c3d8d

Change-Id: I20ad505b3cb75319cc81a3dfb6ecfd0fae9ac24a
parents 459f594b 9c0c3d8d
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 {