Ruben Quadros
01/21/2025, 3:38 AMenableEdgeToEdge
in my activity.
In compose, I use safeDrawingPadding
to avoid overlapping my content. This works fine on API 35 (status bar, navigation bar and cutout padding is applied). However, when running the same app on API 32 the content overlaps the cutout (only status bar and navigatiion bar padding is applied?)Filip Wiesner
01/21/2025, 6:40 AMTolriq
01/21/2025, 7:51 AMRuben Quadros
01/21/2025, 8:35 AM