commit | f6b05068d901d4e989b2e107c06f9c7a6e7b113f | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Tue Oct 20 00:19:29 2020 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Tue Oct 20 00:19:29 2020 -0700 |
tree | 0ba7e24b0c0410a6fceff77cba30525c1a6cbf24 | |
parent | 744a0fbeae8efaa942d21c61e25012d86f5ff81e [diff] |
Invert the badging Bug: 171171594 Change-Id: If84fdc03254105c843e16f39f479505b16e1cd5f
diff --git a/src/com/android/launcher3/views/SearchResultIconRow.java b/src/com/android/launcher3/views/SearchResultIconRow.java index 5fb36b9..fe904ff 100644 --- a/src/com/android/launcher3/views/SearchResultIconRow.java +++ b/src/com/android/launcher3/views/SearchResultIconRow.java
@@ -121,7 +121,7 @@ prepareUsingRemoteAction(searchTarget.getRemoteAction(), searchTarget.getExtras().getString(REMOTE_ACTION_TOKEN), searchTarget.getExtras().getBoolean(REMOTE_ACTION_SHOULD_START), - type.equals(TARGET_TYPE_SUGGEST)); + type.equals(TARGET_TYPE_REMOTE_ACTION)); } else if (type.equals(TARGET_TYPE_SHORTCUT)) { prepareUsingShortcutInfo(searchTarget.getShortcutInfos().get(0));