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

Commit c480082e 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

Change-Id: I53f553e134a63779916b72f923f19c92f603ecfe
parents 32845a5e 3dee3d19
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) {