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

Commit e8f917ca authored by Alan Viverette's avatar Alan Viverette
Browse files

Revert "Follow prebuilt/API update"

This reverts commit 8aca4f00.

Reason for revert: Required for prebuilt revert

Bug: 73903252
Bug: 73876473
Bug: 73875529
Bug: 73866916
Change-Id: I9be2f47458bfba97bacf34372752328c47a5ff9f
parent 8aca4f00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -160,8 +160,8 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe
            mRow.addView(button);

            PendingIntent pendingIntent = null;
            if (rc.getPrimaryAction() != null) {
                pendingIntent = rc.getPrimaryAction().getAction();
            if (rc.getContentIntent() != null) {
                pendingIntent = rc.getContentIntent().getAction();
            }
            mClickActions.put(button, pendingIntent);