Loading src/com/android/launcher3/views/SearchResultSuggestRow.java +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ public class SearchResultSuggestRow extends LinearLayout implements private void handleSelection(int eventType) { ItemInfo itemInfo = (ItemInfo) getTag(); Launcher launcher = Launcher.getLauncher(getContext()); if (itemInfo instanceof RemoteActionItemInfo) return; if (!(itemInfo instanceof RemoteActionItemInfo)) return; RemoteActionItemInfo remoteItemInfo = (RemoteActionItemInfo) itemInfo; ItemClickHandler.onClickRemoteAction(launcher, remoteItemInfo); Loading Loading
src/com/android/launcher3/views/SearchResultSuggestRow.java +2 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ public class SearchResultSuggestRow extends LinearLayout implements private void handleSelection(int eventType) { ItemInfo itemInfo = (ItemInfo) getTag(); Launcher launcher = Launcher.getLauncher(getContext()); if (itemInfo instanceof RemoteActionItemInfo) return; if (!(itemInfo instanceof RemoteActionItemInfo)) return; RemoteActionItemInfo remoteItemInfo = (RemoteActionItemInfo) itemInfo; ItemClickHandler.onClickRemoteAction(launcher, remoteItemInfo); Loading