Merge "Fix wrong check in logActionClick" into qt-dev
am: 6b98bcd825
Change-Id: Ic96317f5466c3c9c02a83d93333805fafe73815d
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user