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

Commit 53529aa6 authored by Rohan Shah's avatar Rohan Shah
Browse files

[Notif] Use OK instead of DONE for blocking helper

Updated string to fit blocking helper/inline control spec.

Test: Visually, string change tested with flags
Change-Id: I9730f53ccad5c21b9f840bf5907438ea4828bd9d
Fixes: 77320853
parent 9054656c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ public class NotificationInfo extends LinearLayout implements NotificationGuts.G
        minimize.setOnClickListener(mOnStopOrMinimizeNotifications);

        if (mIsNonblockable) {
            keep.setText(R.string.notification_done);
            keep.setText(android.R.string.ok);
            block.setVisibility(GONE);
            minimize.setVisibility(GONE);
        } else if (mIsForeground) {