mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Accessibility delegate is already set in BubbleTextView constructor. Not need to set it again
am: e70fb6f8ef
* commit 'e70fb6f8ef03561b7875b872d0efa4ae2a5926af':
Accessibility delegate is already set in BubbleTextView constructor. Not need to set it again
This commit is contained in:
@@ -473,8 +473,6 @@ public class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.
|
||||
icon.setLongPressTimeout(ViewConfiguration.get(parent.getContext())
|
||||
.getLongPressTimeout());
|
||||
icon.setFocusable(true);
|
||||
icon.setAccessibilityDelegate(
|
||||
LauncherAppState.getInstance().getAccessibilityDelegate());
|
||||
return new ViewHolder(icon);
|
||||
}
|
||||
case PREDICTION_ICON_VIEW_TYPE: {
|
||||
@@ -486,8 +484,6 @@ public class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.
|
||||
icon.setLongPressTimeout(ViewConfiguration.get(parent.getContext())
|
||||
.getLongPressTimeout());
|
||||
icon.setFocusable(true);
|
||||
icon.setAccessibilityDelegate(
|
||||
LauncherAppState.getInstance().getAccessibilityDelegate());
|
||||
return new ViewHolder(icon);
|
||||
}
|
||||
case EMPTY_SEARCH_VIEW_TYPE:
|
||||
|
||||
Reference in New Issue
Block a user