Hey there,
Is there any way to pass on drag/touch event from one composable to another ? I have a button in my layout, so once i long press that button i show a popup....so if i long press a button and then drag my finger to the popup, the popup should continue handling the drag event. Is there any way to do this ?