mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Launcher2: fix 2162230 - Can't add app shortcuts from 3D All Apps
This commit is contained in:
@@ -44,6 +44,8 @@ import java.util.ArrayList;
|
||||
* Class for initiating a drag within a view or across multiple views.
|
||||
*/
|
||||
public class DragController {
|
||||
private static final String TAG = "Launcher.DragController";
|
||||
|
||||
/** Indicates the drag is a move. */
|
||||
public static int DRAG_ACTION_MOVE = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user