mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Move the drag thing into its own window that goes around on top of everything else.
This commit is contained in:
@@ -23,6 +23,6 @@ import android.view.View;
|
||||
*
|
||||
*/
|
||||
public interface DragSource {
|
||||
void setDragger(DragController dragger);
|
||||
void setDragController(DragController dragger);
|
||||
void onDropCompleted(View target, boolean success);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user