Loading packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSliceView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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); Loading