79462030

Date: 2025-02-23 21:42:59
Score: 1.5
Natty:
Report link

In my case setting windowInsets to zero wasn't enough. There was still top padding applied by the SearchBar itself. So I used Modifier.windowInsetsTopHeight(WindowInsets(0.dp)) and the trick was done. This case happens not only for the Text component, but also for others.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: iPatavatsizz