-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
If the viewhandle is not visible, dragging should not happen. Also it would be nice if there could be a limit to where one could drag to. Working on that now though.
if (handleView == null)
{
Log.e(TAG, "The view ID " + viewHandleId + " was not found in the RecycleView item");
return false;
}
if(handleView.getVisibility()!=View.VISIBLE) {
return false;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels