SmartCropper icon indicating copy to clipboard operation
SmartCropper copied to clipboard

setOnDragListener not working

Open khacdat1994 opened this issue 3 years ago • 0 comments

I'm try code below but not working. binding.ivPreviewCrop.setOnDragListener(new View.OnDragListener() { @Override public boolean onDrag(View v, DragEvent event) { Toast.makeText(requireActivity(), event.getAction() + "", Toast.LENGTH_SHORT).show(); return true; } });

khacdat1994 avatar Jul 19 '21 13:07 khacdat1994