mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Adding fling-to-delete.
- Also fixing issue where the drop target icon changes color slower than the text. Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
This commit is contained in:
@@ -25,5 +25,6 @@ import com.android.launcher2.DropTarget.DragObject;
|
||||
*
|
||||
*/
|
||||
public interface DragSource {
|
||||
boolean supportsFlingToDelete();
|
||||
void onDropCompleted(View target, DragObject d, boolean success);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user