allan.conda
01/14/2021, 1:37 PMjim
01/14/2021, 1:48 PMkey
function anywhere in your app?
If you did not make code changes, can you provide a minimal repro so we can investigate further?allan.conda
01/14/2021, 1:57 PMkey()
usage in our app though.
I had to make code changes since there were renamed APIs.
Since this is happening only on some AndroidViews, I’m guessing making a minimal repro is going to be a challenge.
I’m assuming this isn’t suppose to happen. I’ll try reproducing it in a sample project.viewBlock
with remember
, and it seems to work.
val view = remember { inflate(...) }
AndroidView(viewBlock = { inflatedView })
jim
01/16/2021, 10:34 PM