Per Jansson
02/02/2024, 3:59 PMSurfaceView
than when created is also visible to the user. But if it’s not visible, meaning something else is overlaying it or it has height=0
, when it is removed from composition, the surfaceDestroyed()
callback is not called. Is that expected?romainguy
02/02/2024, 4:21 PMromainguy
02/02/2024, 4:21 PMAndroidExternalSurface
in ComposePer Jansson
02/02/2024, 4:22 PMsurfaceCreated()
callback was called.Per Jansson
02/02/2024, 4:22 PMAndroidExternalSurface
.