79239302

Date: 2024-11-30 10:20:11
Score: 0.5
Natty:
Report link

If you are using compose and edgeToEdge is enabled, you can use Modifier.displayCutoutPadding() or Modifier.safeDrawingPadding() to get rid of this issue.

Do not try to apply the padding yourself by using WindowInsets.displayCutout.asPaddingValues() because it will not work.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mathias Kalipe