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

Commit 7626e477 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert "Follow prebuilt/API update"""

parents 3eef2efe 8593528e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -162,8 +162,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);