Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6b05068 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Invert the badging

Bug: 171171594
Change-Id: If84fdc03254105c843e16f39f479505b16e1cd5f
parent 744a0fbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ public class SearchResultIconRow extends DoubleShadowBubbleTextView implements
            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));