Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ public class NotificationRemoteInputManager implements Dumpable { } final Notification.Action action = statusBarNotification.getNotification().actions[actionIndex]; if (Objects.equals(action.actionIntent, actionIntent)) { if (!Objects.equals(action.actionIntent, actionIntent)) { Log.w(TAG, "actionIntent does not match"); return; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationRemoteInputManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ public class NotificationRemoteInputManager implements Dumpable { } final Notification.Action action = statusBarNotification.getNotification().actions[actionIndex]; if (Objects.equals(action.actionIntent, actionIntent)) { if (!Objects.equals(action.actionIntent, actionIntent)) { Log.w(TAG, "actionIntent does not match"); return; } Loading