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

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

Merge "Revert "Follow prebuilt/API update""

parents e23ece02 e8f917ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -162,8 +162,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);