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

Commit 13a2a010 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Handle IME event for SearchResultIcon

Bug: 171131394
Test: Manual
Change-Id: I2ed1c61053c78aaecc3324418229d69634a72ae4
parent 1f79eeda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ public class SearchResultIcon extends BubbleTextView implements
    public void applySearchTarget(SearchTarget searchTarget) {
        mSearchTarget = searchTarget;
        AllAppsStore appsStore = mLauncher.getAppsView().getAppsStore();
        SearchEventTracker.getInstance(getContext()).registerWeakHandler(mSearchTarget, this);
        if (searchTarget.getItemType().equals(TARGET_TYPE_APP)) {
            AppInfo appInfo = appsStore.getApp(new ComponentKey(searchTarget.getComponentName(),
                    searchTarget.getUserHandle()));