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

Commit 29a955a4 authored by Rohan Shah's avatar Rohan Shah Committed by android-build-merger
Browse files

Merge "[Notif] Use OK instead of DONE for blocking helper" into pi-dev am: 3dee3d19

am: c480082e

Change-Id: I490f3ef807ae92c65a25560c8657e6b7ef35cadc
parents 241be4b1 c480082e
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) {