mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Update hero app shortcuts with icon
- set appropriate click handler for recycled app icons Bug: 168810843 Bug: 168733655 Test: Manual Change-Id: Ic644deb4ac6c7a1cb9a2c3b75f7e2ac86380a9d0
This commit is contained in:
@@ -495,6 +495,10 @@ public class AllAppsGridAdapter extends
|
||||
});
|
||||
withPayload.setSelectionHandler(selectionHandler);
|
||||
}
|
||||
else {
|
||||
icon.setOnClickListener(mOnIconClickListener);
|
||||
icon.setOnLongClickListener(mOnIconLongClickListener);
|
||||
}
|
||||
break;
|
||||
case VIEW_TYPE_EMPTY_SEARCH:
|
||||
TextView emptyViewText = (TextView) holder.itemView;
|
||||
|
||||
Reference in New Issue
Block a user