vide
03/17/2023, 4:40 PMView.onDraw
is never called for `AndroidView`s in my composition after onResume
when activity comes back from background. Any ideas what could be causing this?yschimke
03/17/2023, 6:07 PMvide
03/17/2023, 6:08 PMSurfaceView
and RecyclerView
. What makes it even more confusing is that it happens only on specific hardware, update
block to confirm it is recomposing, but still no pixels on screenView.draw
is normally called soon after onResume:
00:03:18.858 D Main Activity onResume
00:03:18.887 W Drawing to canvas.
However on my hardware the draw call never happens. No wonder nothing is rendered 😅louiscad
03/18/2023, 9:38 AM