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

Commit 8593528e authored by Alan Viverette's avatar Alan Viverette
Browse files

Revert "Revert "Follow prebuilt/API update""

This reverts commit e8f917ca.

Bug: 73250914
Test: make && make cts, manual testing
parent e8f917ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -160,8 +160,8 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe
            mRow.addView(button);
            mRow.addView(button);


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