Tash
03/15/2021, 2:29 AMdetectDragGestures
to a Composable that wraps an AndroidView
. It ends up glitching as shown in the GIF below. Should I file an issue, or am I doing something wrong? Code is here. Thanks in advance!Halil Ozercan
03/15/2021, 6:10 AMMihai Popa
03/16/2021, 2:24 PMView
: AndroidView(factory = {...}) { (it.parent as ViewGroup).clipChildren = false }
Tash
03/16/2021, 6:34 PMTash
03/23/2021, 1:29 AM