Merge "Merge "Fix wrong check in logActionClick" into qt-dev am: 6b98bcd825 am: 8319755b83" into qt-r1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
9239a19e0b
@@ -194,7 +194,7 @@ public class NotificationRemoteInputManager implements Dumpable {
|
|||||||
}
|
}
|
||||||
final Notification.Action action =
|
final Notification.Action action =
|
||||||
statusBarNotification.getNotification().actions[actionIndex];
|
statusBarNotification.getNotification().actions[actionIndex];
|
||||||
if (Objects.equals(action.actionIntent, actionIntent)) {
|
if (!Objects.equals(action.actionIntent, actionIntent)) {
|
||||||
Log.w(TAG, "actionIntent does not match");
|
Log.w(TAG, "actionIntent does not match");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user