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

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

Always reapply strings. am: 9c0c3d8d

am: 630cc301

Change-Id: I40820f34ff51a4ad690d0fe37c912ac84df5deb9
parents 5aba9264 630cc301
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 {