mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Ensure that we use the system long press duration when dragging from AllApps.
- Removing some old code out of LauncherAppState Bug: 21559400 Change-Id: I3c586094efb7ad8a17d2169bc8aaccf6b0df40a2
This commit is contained in:
@@ -432,6 +432,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
|
||||
icon = (BubbleTextView) mLayoutInflater.inflate(
|
||||
R.layout.all_apps_prediction_bar_icon, mPredictionBarView, false);
|
||||
icon.setFocusable(true);
|
||||
icon.setLongPressTimeout(ViewConfiguration.get(getContext()).getLongPressTimeout());
|
||||
mPredictionBarView.addView(icon);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user