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

Commit 8aca4f00 authored by Jason Monk's avatar Jason Monk
Browse files

Follow prebuilt/API update

Test: make
Change-Id: Ie93a29118d1a767174c0364764de61558b274ef5
parent 6f43533b
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.getContentIntent() != null) {
                pendingIntent = rc.getContentIntent().getAction();
            if (rc.getPrimaryAction() != null) {
                pendingIntent = rc.getPrimaryAction().getAction();
            }
            mClickActions.put(button, pendingIntent);