Hey yall, has anyone used AndroidView to inflate a...
# compose
m
Hey yall, has anyone used AndroidView to inflate a PlayerView and use exoplayer to play a video, but backgrounding the app and foregrounding the app seems to make that view disappear. I’ve tried to observe the lifecycle to make sure to only release exoplayer when the lifecycle is destroyed, but this doesnt work, I have logs in the
update
parameter and
factory
parameter and they dont show up when i background the app and then foreground it